API Test Coverage Report for org.eclipse.jpt.utility
Test Coverage (methods tested: 860, methods not tested: 19)

Hide tested methods Hide untested methods Collapse classes

org.eclipse.jpt.utility.internal.iterators.ArrayIterator

 <init>  ([Ljava/lang/Object;II)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  ([Ljava/lang/Object;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.ArrayListIterator

 <init>  ([Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  ([Ljava/lang/Object;II)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 add  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasPrevious  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 nextIndex  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 previous  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 previousIndex  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 set  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.Bag

 equals  (Ljava/lang/Object;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hashCode  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.BitTools

 allFlagsAreSet  (II)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 allFlagsAreSet  (I[I)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 anyFlagsAreSet  (I[I)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 anyFlagsAreSet  (II)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.ChainIterator

 <init>  (Ljava/lang/Object;Lorg/eclipse/jpt/utility/internal/iterators/ChainIterator$Linker;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.ChainIterator$Linker

org.eclipse.jpt.utility.internal.iterators.ChainIterator$Linker$Null

 <clinit>  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 instance  ()Lorg/eclipse/jpt/utility/internal/iterators/ChainIterator$Linker;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.Classpath

 <init>  ([Lorg/eclipse/jpt/utility/internal/Classpath;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/lang/String;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  ([Ljava/lang/String;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/util/List;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 addClassNamesTo  (Ljava/util/Collection;Lorg/eclipse/jpt/utility/internal/Filter;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 addClassNamesTo  (Ljava/util/Collection;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 bootClasspath  ()Lorg/eclipse/jpt/utility/internal/Classpath;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNames  (Lorg/eclipse/jpt/utility/internal/Filter;)[Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNames  ()[Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNamesStream  ()Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNamesStream  (Lorg/eclipse/jpt/utility/internal/Filter;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classpathFor  (Ljava/lang/Class;)Lorg/eclipse/jpt/utility/internal/Classpath;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 completeClasspath  ()Lorg/eclipse/jpt/utility/internal/Classpath;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 compressed  ()Lorg/eclipse/jpt/utility/internal/Classpath;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToArchiveClassFileEntryName  (Ljava/lang/Class;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToArchiveClassFileEntryName  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToArchiveEntryNameBase  (Ljava/lang/Class;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToArchiveEntryNameBase  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToClass  (Ljava/lang/String;)Ljava/lang/Class;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToClass  (Ljava/io/File;)Ljava/lang/Class;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToClassFile  (Ljava/lang/Class;)Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToClassFile  (Ljava/lang/String;)Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToClassFileName  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToClassFileName  (Ljava/lang/Class;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToClassName  (Ljava/io/File;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToClassName  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToFileNameBase  (Ljava/lang/Class;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToFileNameBase  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToJavaFile  (Ljava/lang/Class;)Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToJavaFile  (Ljava/lang/String;)Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToJavaFileName  (Ljava/lang/Class;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToJavaFileName  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToResource  (Ljava/lang/Class;)Ljava/net/URL;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToResourceName  (Ljava/lang/Class;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 entryForClassNamed  (Ljava/lang/String;)Lorg/eclipse/jpt/utility/internal/Classpath$Entry;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 entryForFileNamed  (Ljava/lang/String;)Lorg/eclipse/jpt/utility/internal/Classpath$Entry;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fileIsArchive  (Ljava/io/File;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fileNameIsArchive  (Ljava/lang/String;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 getEntries  ()[Lorg/eclipse/jpt/utility/internal/Classpath$Entry;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 javaClasspath  ()Lorg/eclipse/jpt/utility/internal/Classpath;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 javaExtensionClasspath  ()Lorg/eclipse/jpt/utility/internal/Classpath;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 javaExtensionDirectories  ()[Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 javaExtensionDirectoryNames  ()[Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 locationFor  (Ljava/lang/Class;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 path  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 rtJarName  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 urls  ()[Ljava/net/URL;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.Classpath$Entry

 <init>  (Ljava/lang/String;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 addClassNamesTo  (Ljava/util/Collection;Lorg/eclipse/jpt/utility/internal/Filter;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 addClassNamesTo  (Ljava/util/Collection;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 canonicalFile  ()Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 canonicalFileName  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNames  (Lorg/eclipse/jpt/utility/internal/Filter;)[Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNames  ()[Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNamesStream  ()Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNamesStream  (Lorg/eclipse/jpt/utility/internal/Filter;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 contains  (Ljava/lang/Class;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 contains  (Ljava/lang/String;Ljava/lang/String;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 contains  (Ljava/lang/String;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 equals  (Ljava/lang/Object;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 file  ()Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fileName  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fileNameMightBeForClassFile  (Ljava/lang/String;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hashCode  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 url  ()Ljava/net/URL;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.ClassTools

 <clinit>  ()V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 allFields  (Ljava/lang/Class;)[Ljava/lang/reflect/Field;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 allMethods  (Ljava/lang/Class;)[Ljava/lang/reflect/Method;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 arrayDepthFor  (Ljava/lang/Class;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 arrayDepthForClassNamed  (Ljava/lang/String;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 arrayDepthForObject  (Ljava/lang/Object;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 attemptNewInstance  (Ljava/lang/Class;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 attemptNewInstance  (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 attemptNewInstance  (Ljava/lang/Class;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 attemptToExecuteMethod  (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 attemptToExecuteMethod  (Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 attemptToExecuteMethod  (Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 attemptToExecuteMethodWithException  (Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 attemptToExecuteStaticMethod  (Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 attemptToExecuteStaticMethod  (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 attemptToExecuteStaticMethod  (Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 attemptToGetFieldValue  (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 attemptToGetStaticFieldValue  (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 attemptToSetFieldValue  (Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 attemptToSetStaticFieldValue  (Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classForCode  (I)Ljava/lang/Class;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classForCode  (C)Ljava/lang/Class;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classForName  (Ljava/lang/String;)Ljava/lang/Class;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classForTypeDeclaration  (Ljava/lang/String;I)Ljava/lang/Class;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classForTypeDeclaration  (Ljava/lang/String;ILjava/lang/ClassLoader;)Ljava/lang/Class;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNamedIsAnonymous  (Ljava/lang/String;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNamedIsArray  (Ljava/lang/String;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNamedIsDeclarable  (Ljava/lang/String;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNamedIsLocal  (Ljava/lang/String;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNamedIsMember  (Ljava/lang/String;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNamedIsNonReference  (Ljava/lang/String;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNamedIsReference  (Ljava/lang/String;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNamedIsTopLevel  (Ljava/lang/String;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNameForCode  (C)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNameForCode  (I)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 classNameForTypeDeclaration  (Ljava/lang/String;I)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 codeForClass  (Ljava/lang/Class;)C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 codeForClassNamed  (Ljava/lang/String;)C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 constructor  (Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 constructor  (Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 constructor  (Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 declaredFields  (Ljava/lang/Class;)[Ljava/lang/reflect/Field;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 declaredMethods  (Ljava/lang/Class;)[Ljava/lang/reflect/Method;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 defaultConstructor  (Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 elementTypeFor  (Ljava/lang/Class;)Ljava/lang/Class;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 elementTypeForObject  (Ljava/lang/Object;)Ljava/lang/Class;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 elementTypeNameFor  (Ljava/lang/Class;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 elementTypeNameForClassNamed  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 executeMethod  (Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 executeMethod  (Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 executeMethod  (Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 executeMethod  (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 executeMethodWithException  (Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 executeMethodWithException  (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 executeMethodWithException  (Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 executeMethodWithException  (Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 executeStaticMethod  (Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 executeStaticMethod  (Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 executeStaticMethod  (Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 executeStaticMethod  (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 field  (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/reflect/Field;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 field  (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/reflect/Field;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 getFieldValue  (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 getStaticFieldValue  (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 method  (Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/reflect/Method;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 method  (Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 method  (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/reflect/Method;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 method  (Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 method  (Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/reflect/Method;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 method  (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/reflect/Method;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 nestedClassNameForObject  (Ljava/lang/Object;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 nestedNameFor  (Ljava/lang/Class;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 nestedNameForClassNamed  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 newInstance  (Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;Ljava/lang/ClassLoader;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 newInstance  (Ljava/lang/Class;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 newInstance  (Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 newInstance  (Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/ClassLoader;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 newInstance  (Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 newInstance  (Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 newInstance  (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 newInstance  (Ljava/lang/Class;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 newInstance  (Ljava/lang/String;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 packageNameFor  (Ljava/lang/Class;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 packageNameForClassNamed  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 setFieldValue  (Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 setStaticFieldValue  (Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 shortClassNameForObject  (Ljava/lang/Object;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 shortNameFor  (Ljava/lang/Class;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 shortNameForClassNamed  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 shortNameWithPackage  (Ljava/lang/Class;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 staticMethod  (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/reflect/Method;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 staticMethod  (Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 staticMethod  (Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/reflect/Method;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toStringClassNameForObject  (Ljava/lang/Object;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toStringNameFor  (Ljava/lang/Class;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toStringNameForClassNamed  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.CloneIterator

 <init>  (Ljava/util/Collection;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/util/Collection;Lorg/eclipse/jpt/utility/internal/iterators/CloneIterator$Mutator;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.CloneIterator$Mutator

 remove  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.CloneIterator$Mutator$ReadOnly

 <clinit>  ()V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 instance  ()Lorg/eclipse/jpt/utility/internal/iterators/CloneIterator$Mutator;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.CloneListIterator

 <init>  (Ljava/util/List;Lorg/eclipse/jpt/utility/internal/iterators/CloneListIterator$Mutator;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/util/List;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 add  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 add  (ILjava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasPrevious  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 nextIndex  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 previous  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 previousIndex  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  (I)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 set  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 set  (ILjava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.CloneListIterator$Mutator

 add  (ILjava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  (I)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 set  (ILjava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.CloneListIterator$Mutator$ReadOnly

 <clinit>  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 add  (ILjava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 instance  ()Lorg/eclipse/jpt/utility/internal/iterators/CloneListIterator$Mutator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  (I)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 set  (ILjava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.CollectionTools

 <clinit>  ()V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 add  ([CC)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 add  ([Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 add  ([Ljava/lang/Object;ILjava/lang/Object;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 add  ([II)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 add  ([CIC)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 add  ([III)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 addAll  (Ljava/util/Collection;[Ljava/lang/Object;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 addAll  ([CI[C)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 addAll  ([Ljava/lang/Object;I[Ljava/lang/Object;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 addAll  ([II[I)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 addAll  ([C[C)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 addAll  ([Ljava/lang/Object;[Ljava/lang/Object;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 addAll  ([I[I)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 addAll  ([Ljava/lang/Object;Ljava/util/Collection;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 addAll  ([Ljava/lang/Object;Ljava/util/Iterator;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 addAll  (Ljava/util/Collection;Ljava/util/Iterator;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 array  (Ljava/util/Iterator;[Ljava/lang/Object;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 array  (Ljava/util/Iterator;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 bag  (Ljava/util/Enumeration;)Lorg/eclipse/jpt/utility/internal/Bag;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 bag  (Ljava/util/Iterator;)Lorg/eclipse/jpt/utility/internal/Bag;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 bag  ([Ljava/lang/Object;)Lorg/eclipse/jpt/utility/internal/Bag;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 collection  (Ljava/util/Enumeration;)Ljava/util/Collection;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 collection  (Ljava/util/Iterator;)Ljava/util/Collection;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 collection  ([Ljava/lang/Object;)Ljava/util/Collection;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 contains  (Ljava/util/Enumeration;Ljava/lang/Object;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 contains  ([CC)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 contains  ([Ljava/lang/Object;Ljava/lang/Object;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 contains  ([II)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 contains  (Ljava/util/Iterator;Ljava/lang/Object;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 containsAll  ([C[C)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 containsAll  (Ljava/util/Iterator;[Ljava/lang/Object;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 containsAll  ([Ljava/lang/Object;Ljava/util/Collection;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 containsAll  ([Ljava/lang/Object;[Ljava/lang/Object;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 containsAll  ([I[I)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 containsAll  (Ljava/util/Collection;[Ljava/lang/Object;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 containsAll  (Ljava/util/Collection;Ljava/util/Iterator;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 containsAll  (Ljava/util/Iterator;Ljava/util/Collection;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 containsAll  ([Ljava/lang/Object;Ljava/util/Iterator;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 containsAll  (Ljava/util/Iterator;Ljava/util/Iterator;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 copy  (Ljava/util/List;Ljava/util/List;)Ljava/util/List;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 diffEnd  ([Ljava/lang/Object;[Ljava/lang/Object;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 diffEnd  (Ljava/util/List;Ljava/util/List;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 diffRange  ([Ljava/lang/Object;[Ljava/lang/Object;)Lorg/eclipse/jpt/utility/internal/Range;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 diffRange  (Ljava/util/List;Ljava/util/List;)Lorg/eclipse/jpt/utility/internal/Range;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 diffStart  (Ljava/util/List;Ljava/util/List;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 diffStart  ([Ljava/lang/Object;[Ljava/lang/Object;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 equals  (Ljava/util/ListIterator;Ljava/util/ListIterator;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  ([SS)[S
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  ([DIID)[D
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  ([CC)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  ([DD)[D
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  (Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  ([ZIIZ)[Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  ([Ljava/lang/Object;IILjava/lang/Object;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  ([JIIJ)[J
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  ([BIIB)[B
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  ([Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  ([FF)[F
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  ([SIIS)[S
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  ([CIIC)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  ([II)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  ([FIIF)[F
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  ([ZZ)[Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  ([JJ)[J
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  ([IIII)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fill  ([BB)[B
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 get  (Ljava/util/ListIterator;I)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 identical  (Ljava/util/ListIterator;Ljava/util/ListIterator;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 identical  ([Ljava/lang/Object;[Ljava/lang/Object;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 identityDiffEnd  ([Ljava/lang/Object;[Ljava/lang/Object;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 identityDiffEnd  (Ljava/util/List;Ljava/util/List;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 identityDiffRange  ([Ljava/lang/Object;[Ljava/lang/Object;)Lorg/eclipse/jpt/utility/internal/Range;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 identityDiffRange  (Ljava/util/List;Ljava/util/List;)Lorg/eclipse/jpt/utility/internal/Range;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 identityDiffStart  (Ljava/util/List;Ljava/util/List;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 identityDiffStart  ([Ljava/lang/Object;[Ljava/lang/Object;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 indexOf  ([II)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 indexOf  ([Ljava/lang/Object;Ljava/lang/Object;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 indexOf  (Ljava/util/ListIterator;Ljava/lang/Object;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 indexOf  ([CC)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 insertionIndexOf  (Ljava/util/List;Ljava/lang/Comparable;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 insertionIndexOf  ([Ljava/lang/Comparable;Ljava/lang/Comparable;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 insertionIndexOf  ([Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Comparator;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 insertionIndexOf  (Ljava/util/List;Ljava/lang/Object;Ljava/util/Comparator;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 iterator  ([Ljava/lang/Object;)Ljava/util/Iterator;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 lastIndexOf  (Ljava/util/ListIterator;Ljava/lang/Object;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 lastIndexOf  ([CC)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 lastIndexOf  ([Ljava/lang/Object;Ljava/lang/Object;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 lastIndexOf  ([II)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 list  (Ljava/util/Iterator;)Ljava/util/List;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 list  ([Ljava/lang/Object;)Ljava/util/List;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 listIterator  ([Ljava/lang/Object;)Ljava/util/ListIterator;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 listIterator  ([Ljava/lang/Object;I)Ljava/util/ListIterator;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 max  ([C)C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 max  ([I)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 min  ([I)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 min  ([C)C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ([Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ([CC)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ([II)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeAll  (Ljava/util/Collection;[Ljava/lang/Object;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeAll  ([C[C)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeAll  ([I[I)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeAll  (Ljava/util/Collection;Ljava/util/Iterator;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeAll  ([Ljava/lang/Object;Ljava/util/Collection;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeAll  ([Ljava/lang/Object;[Ljava/lang/Object;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeAllOccurrences  ([Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeAllOccurrences  ([II)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeAllOccurrences  ([CC)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeAllOccurrences  (Ljava/util/Collection;Ljava/lang/Object;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeDuplicateElements  ([Ljava/lang/Object;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeDuplicateElements  (Ljava/util/List;)Ljava/util/List;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeElementAtIndex  ([CI)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeElementAtIndex  ([Ljava/lang/Object;I)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeElementAtIndex  ([II)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 replaceAll  ([III)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 replaceAll  ([CCC)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 replaceAll  ([Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 retainAll  ([C[C)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 retainAll  ([I[I)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 retainAll  ([Ljava/lang/Object;Ljava/util/Collection;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 retainAll  ([Ljava/lang/Object;[Ljava/lang/Object;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 retainAll  (Ljava/util/Collection;[Ljava/lang/Object;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 retainAll  (Ljava/util/Collection;Ljava/util/Iterator;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 reverse  ([I)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 reverse  ([C)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 reverse  ([Ljava/lang/Object;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 reverse  (Ljava/util/List;)Ljava/util/List;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 reverseList  (Ljava/util/Iterator;)Ljava/util/List;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 rotate  ([II)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 rotate  ([CI)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 rotate  ([I)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 rotate  ([C)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 rotate  ([Ljava/lang/Object;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 rotate  (Ljava/util/List;)Ljava/util/List;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 rotate  (Ljava/util/List;I)Ljava/util/List;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 rotate  ([Ljava/lang/Object;I)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 set  (Ljava/util/Iterator;)Ljava/util/Set;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 set  ([Ljava/lang/Object;)Ljava/util/Set;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 shuffle  (Ljava/util/List;Ljava/util/Random;)Ljava/util/List;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 shuffle  ([CLjava/util/Random;)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 shuffle  ([C)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 shuffle  (Ljava/util/List;)Ljava/util/List;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 shuffle  ([ILjava/util/Random;)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 shuffle  ([Ljava/lang/Object;Ljava/util/Random;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 shuffle  ([Ljava/lang/Object;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 shuffle  ([I)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 singletonIterator  (Ljava/lang/Object;)Ljava/util/Iterator;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 size  (Ljava/util/Iterator;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  ([Ljava/lang/Object;Ljava/util/Comparator;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  ([SII)[S
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  ([D)[D
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  ([CII)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  (Ljava/util/Iterator;)Ljava/util/Iterator;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  (Ljava/util/List;)Ljava/util/List;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  ([Ljava/lang/Object;IILjava/util/Comparator;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  (Ljava/util/Iterator;Ljava/util/Comparator;)Ljava/util/Iterator;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  ([I)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  ([FII)[F
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  ([III)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  ([F)[F
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  ([S)[S
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  ([DII)[D
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  ([C)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  (Ljava/util/List;Ljava/util/Comparator;)Ljava/util/List;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  ([JII)[J
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  ([BII)[B
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  ([Ljava/lang/Object;)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  ([J)[J
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  ([B)[B
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sort  ([Ljava/lang/Object;II)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sortedSet  (Ljava/util/Iterator;Ljava/util/Comparator;)Ljava/util/SortedSet;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sortedSet  ([Ljava/lang/Object;Ljava/util/Comparator;)Ljava/util/SortedSet;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sortedSet  (Ljava/util/Iterator;)Ljava/util/SortedSet;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 sortedSet  ([Ljava/lang/Comparable;)Ljava/util/SortedSet;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 swap  (Ljava/util/List;II)Ljava/util/List;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 swap  ([CII)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 swap  ([III)[I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 swap  ([Ljava/lang/Object;II)[Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 vector  ([Ljava/lang/Object;)Ljava/util/Vector;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 vector  (Ljava/util/Iterator;)Ljava/util/Vector;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.CompositeIterator

 <init>  (Ljava/util/Collection;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/util/Iterator;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/util/Iterator;Ljava/lang/Object;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/lang/Object;Ljava/util/Iterator;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  ([Ljava/util/Iterator;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.CompositeListIterator

 <init>  (Ljava/util/ListIterator;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/lang/Object;Ljava/util/ListIterator;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/util/ListIterator;Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/util/List;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  ([Ljava/util/ListIterator;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 add  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasPrevious  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 nextIndex  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 previous  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 previousIndex  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 set  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.EmptyEnumeration

 <clinit>  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasMoreElements  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 instance  ()Ljava/util/Enumeration;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 nextElement  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.EmptyIterator

 <clinit>  ()V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 instance  ()Ljava/util/Iterator;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.EmptyListIterator

 <clinit>  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 add  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasPrevious  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 instance  ()Ljava/util/ListIterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 nextIndex  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 previous  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 previousIndex  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 set  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.EnumerationIterator

 <init>  (Ljava/util/Enumeration;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.FileTools

 <clinit>  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 buildFile  (Ljava/lang/String;)Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 buildFile  (Ljava/net/URL;)Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 canonicalFile  (Ljava/io/File;)Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 canonicalFileName  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 canonicalFileNames  (Ljava/util/Collection;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 canonicalFileNames  (Ljava/util/Iterator;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 canonicalFiles  (Ljava/util/Iterator;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 canonicalFiles  (Ljava/util/Collection;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToAbsoluteFile  (Ljava/io/File;Ljava/io/File;)Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToAbsoluteFile  (Ljava/io/File;)Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToRelativeFile  (Ljava/io/File;)Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToRelativeFile  (Ljava/io/File;Ljava/io/File;)Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToValidFileName  (Ljava/lang/String;C)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToValidFileName  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 copyToDirectory  (Ljava/io/File;Ljava/io/File;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 copyToFile  (Ljava/io/File;Ljava/io/File;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 currentWorkingDirectory  ()Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 deleteDirectory  (Ljava/lang/String;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 deleteDirectory  (Ljava/io/File;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 deleteDirectoryContents  (Ljava/io/File;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 deleteDirectoryContents  (Ljava/lang/String;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 directoriesIn  (Ljava/lang/String;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 directoriesIn  (Ljava/io/File;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 directoriesInTree  (Ljava/lang/String;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 directoriesInTree  (Ljava/io/File;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 emptyTemporaryDirectory  ()Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 emptyTemporaryDirectory  (Ljava/lang/String;)Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 extension  (Ljava/io/File;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 extension  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fileHasAnyReservedComponents  (Ljava/io/File;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fileNameIsInvalid  (Ljava/lang/String;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fileNameIsReserved  (Ljava/lang/String;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 fileNameIsValid  (Ljava/lang/String;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 filesIn  (Ljava/io/File;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 filesIn  (Ljava/lang/String;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 filesInTree  (Ljava/io/File;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 filesInTree  (Ljava/lang/String;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 filter  (Ljava/util/Iterator;Ljava/io/FileFilter;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 newTemporaryDirectory  ()Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 newTemporaryDirectory  (Ljava/lang/String;)Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 resourceFile  (Ljava/lang/String;Ljava/lang/Class;)Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 resourceFile  (Ljava/lang/String;)Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 shortenFileName  (Ljava/net/URL;I)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 shortenFileName  (Ljava/io/File;I)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 shortenFileName  (Ljava/io/File;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 shortenFileName  (Ljava/net/URL;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 stripExtension  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 stripExtension  (Ljava/io/File;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 temporaryDirectory  (Ljava/lang/String;)Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 temporaryDirectory  ()Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 userHomeDirectory  ()Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 userTemporaryDirectory  ()Ljava/io/File;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.Filter

 accept  (Ljava/lang/Object;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests
  3. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.Filter$Null

 <clinit>  ()V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 accept  (Ljava/lang/Object;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 instance  ()Lorg/eclipse/jpt/utility/internal/Filter;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.FilteringIterator

 <init>  (Ljava/util/Iterator;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/util/Iterator;Lorg/eclipse/jpt/utility/internal/Filter;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 accept  (Ljava/lang/Object;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.GraphIterator

 <init>  (Ljava/lang/Object;Lorg/eclipse/jpt/utility/internal/iterators/GraphIterator$MisterRogers;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  ([Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/util/Iterator;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/util/Iterator;Lorg/eclipse/jpt/utility/internal/iterators/GraphIterator$MisterRogers;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 neighbors  (Ljava/lang/Object;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.GraphIterator$MisterRogers

 neighbors  (Ljava/lang/Object;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.GraphIterator$MisterRogers$Null

 <clinit>  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 instance  ()Lorg/eclipse/jpt/utility/internal/iterators/GraphIterator$MisterRogers;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 neighbors  (Ljava/lang/Object;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.HashBag

 <clinit>  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (IF)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (I)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/util/Collection;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 add  (Ljava/lang/Object;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 clear  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 clone  ()Lorg/eclipse/jpt/utility/internal/HashBag;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 clone  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 contains  (Ljava/lang/Object;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 count  (Ljava/lang/Object;)I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 equals  (Ljava/lang/Object;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hashCode  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 isEmpty  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 iterator  ()Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  (Ljava/lang/Object;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 size  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 uniqueIterator  ()Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.IndentingPrintWriter

 <clinit>  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/io/Writer;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/io/Writer;Ljava/lang/String;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 decrementIndentLevel  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 getIndentLevel  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 incrementIndentLevel  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 indent  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 println  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 setIndentLevel  (I)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 undent  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 write  (Ljava/lang/String;II)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 write  ([CII)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 write  (I)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.IteratorEnumeration

 <init>  (Ljava/util/Iterator;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasMoreElements  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 nextElement  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.JavaType

 <init>  (Ljava/lang/Class;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/lang/String;I)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/lang/String;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 appendDeclarationTo  (Ljava/lang/StringBuffer;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 clone  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 compareTo  (Lorg/eclipse/jpt/utility/internal/JavaType;)I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 compareTo  (Ljava/lang/Object;)I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 declaration  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 describes  (Ljava/lang/String;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 describes  (Ljava/lang/Class;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 equals  (Lorg/eclipse/jpt/utility/internal/JavaType;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 equals  (Ljava/lang/Object;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 equals  (Ljava/lang/String;I)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 getArrayDepth  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 getElementTypeName  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hashCode  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 isArray  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 isPrimitive  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 javaClass  ()Ljava/lang/Class;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 javaClassName  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 printDeclarationOn  (Ljava/io/PrintWriter;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.JDBCTools

 <clinit>  ()V
 javaTypeFor  (Lorg/eclipse/jpt/utility/internal/JDBCType;)Lorg/eclipse/jpt/utility/internal/JavaType;
 javaTypeForJDBCTypeCode  (I)Lorg/eclipse/jpt/utility/internal/JavaType;
 javaTypeForJDBCTypeNamed  (Ljava/lang/String;)Lorg/eclipse/jpt/utility/internal/JavaType;
 jdbcTypeFor  (Ljava/lang/Class;)Lorg/eclipse/jpt/utility/internal/JDBCType;
 jdbcTypeFor  (Lorg/eclipse/jpt/utility/internal/JavaType;)Lorg/eclipse/jpt/utility/internal/JDBCType;
 jdbcTypeForClassNamed  (Ljava/lang/String;)Lorg/eclipse/jpt/utility/internal/JDBCType;

org.eclipse.jpt.utility.internal.JDBCType

 appendTo  (Ljava/lang/StringBuffer;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 clone  ()Lorg/eclipse/jpt/utility/internal/JDBCType;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 clone  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 compareTo  (Lorg/eclipse/jpt/utility/internal/JDBCType;)I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 compareTo  (Ljava/lang/Object;)I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 getCode  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 getName  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 type  (Ljava/lang/String;)Lorg/eclipse/jpt/utility/internal/JDBCType;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 type  (I)Lorg/eclipse/jpt/utility/internal/JDBCType;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 types  ()[Lorg/eclipse/jpt/utility/internal/JDBCType;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.NameTools

 <clinit>  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 buildQualifiedDatabaseObjectName  (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToJavaIdentifier  (Ljava/lang/String;C)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToJavaIdentifier  ([CC)[C
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToJavaIdentifier  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToJavaIdentifier  ([C)[C
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 javaReservedWords  ()Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 uniqueJavaNameFor  (Ljava/lang/String;Ljava/util/Iterator;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 uniqueJavaNameFor  (Ljava/lang/String;Ljava/util/Collection;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 uniqueNameFor  (Ljava/lang/String;Ljava/util/Iterator;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 uniqueNameFor  (Ljava/lang/String;Ljava/util/Collection;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 uniqueNameForIgnoreCase  (Ljava/lang/String;Ljava/util/Iterator;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 uniqueNameForIgnoreCase  (Ljava/lang/String;Ljava/util/Collection;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.PeekableIterator

 <init>  (Ljava/util/Iterator;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 peek  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.Range

 <init>  (II)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 clone  ()Lorg/eclipse/jpt/utility/internal/Range;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 clone  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 equals  (Ljava/lang/Object;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hashCode  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 includes  (I)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.ReadOnlyIterator

 <init>  (Ljava/util/Iterator;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/util/Collection;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.ReadOnlyListIterator

 <init>  (Ljava/util/ListIterator;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/util/List;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 add  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasPrevious  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 nextIndex  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 previous  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 previousIndex  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 set  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.ResultSetIterator

 <init>  (Ljava/sql/ResultSet;)V
 <init>  (Ljava/sql/ResultSet;Lorg/eclipse/jpt/utility/internal/iterators/ResultSetIterator$Adapter;)V
 buildNext  (Ljava/sql/ResultSet;)Ljava/lang/Object;
 hasNext  ()Z
 next  ()Ljava/lang/Object;
 remove  ()V
 toString  ()Ljava/lang/String;

org.eclipse.jpt.utility.internal.iterators.ResultSetIterator$Adapter

 buildNext  (Ljava/sql/ResultSet;)Ljava/lang/Object;

org.eclipse.jpt.utility.internal.iterators.ResultSetIterator$Adapter$Default

 <clinit>  ()V
 buildNext  (Ljava/sql/ResultSet;)Ljava/lang/Object;
 instance  ()Lorg/eclipse/jpt/utility/internal/iterators/ResultSetIterator$Adapter;
 toString  ()Ljava/lang/String;

org.eclipse.jpt.utility.internal.ReverseComparator

 <init>  (Ljava/util/Comparator;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 compare  (Ljava/lang/Comparable;Ljava/lang/Comparable;)I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 compare  (Ljava/lang/Object;Ljava/lang/Object;)I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.SimpleFilter

 <init>  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 accept  (Ljava/lang/Object;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 clone  ()Lorg/eclipse/jpt/utility/internal/SimpleFilter;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 clone  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 equals  (Ljava/lang/Object;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hashCode  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 reject  (Ljava/lang/Object;)Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.SingleElementIterator

 <init>  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.SingleElementListIterator

 <init>  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 add  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasPrevious  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 nextIndex  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 previous  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 previousIndex  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 set  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.StringTools

 <clinit>  ()V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 buildSimpleToStringOn  (Ljava/lang/Object;Ljava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 buildToStringFor  (Ljava/lang/Object;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 buildToStringFor  (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 capitalize  ([C)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 capitalize  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 capitalizeOn  (Ljava/lang/String;Ljava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 capitalizeOn  ([CLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 capitalizeOn  (Ljava/lang/String;Ljava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 capitalizeOn  ([CLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 charactersAreEqualIgnoreCase  (CC)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 commonPrefixLength  (Ljava/lang/String;Ljava/lang/String;I)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 commonPrefixLength  (Ljava/lang/String;Ljava/lang/String;)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 commonPrefixLength  ([C[C)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 commonPrefixLength  ([C[CI)I
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertCamelCaseToAllCaps  (Ljava/lang/String;I)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertCamelCaseToAllCaps  ([C)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertCamelCaseToAllCaps  ([CI)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertCamelCaseToAllCaps  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertCamelCaseToAllCapsOn  (Ljava/lang/String;Ljava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertCamelCaseToAllCapsOn  ([CILjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertCamelCaseToAllCapsOn  (Ljava/lang/String;ILjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertCamelCaseToAllCapsOn  ([CLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertCamelCaseToAllCapsOn  (Ljava/lang/String;Ljava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertCamelCaseToAllCapsOn  ([CILjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertCamelCaseToAllCapsOn  (Ljava/lang/String;ILjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertCamelCaseToAllCapsOn  ([CLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertToCharArray  (Ljava/lang/StringBuffer;)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertUnderscoresToCamelCase  ([C)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertUnderscoresToCamelCase  ([CZ)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertUnderscoresToCamelCase  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertUnderscoresToCamelCase  (Ljava/lang/String;Z)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertUnderscoresToCamelCaseOn  ([CZLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertUnderscoresToCamelCaseOn  (Ljava/lang/String;ZLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertUnderscoresToCamelCaseOn  ([CZLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 convertUnderscoresToCamelCaseOn  (Ljava/lang/String;ZLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 frontPad  (Ljava/lang/String;IC)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 frontPad  ([CIC)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 frontPadOn  ([CICLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 frontPadOn  (Ljava/lang/String;ICLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 frontPadOn  ([CICLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 frontPadOn  (Ljava/lang/String;ICLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 frontPadOrTruncate  (Ljava/lang/String;IC)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 frontPadOrTruncate  ([CIC)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 frontPadOrTruncateOn  (Ljava/lang/String;ICLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 frontPadOrTruncateOn  ([CICLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 frontPadOrTruncateOn  (Ljava/lang/String;ICLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 frontPadOrTruncateOn  ([CICLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 pad  (Ljava/lang/String;I)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 pad  (Ljava/lang/String;IC)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 pad  ([CIC)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 pad  ([CI)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOn  ([CICLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOn  ([CILjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOn  (Ljava/lang/String;ILjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOn  (Ljava/lang/String;ICLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOn  ([CICLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOn  ([CILjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOn  (Ljava/lang/String;ILjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOn  (Ljava/lang/String;ICLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOrTruncate  ([CI)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOrTruncate  (Ljava/lang/String;IC)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOrTruncate  ([CIC)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOrTruncate  (Ljava/lang/String;I)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOrTruncate  ([CILjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOrTruncateOn  ([CICLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOrTruncateOn  (Ljava/lang/String;ICLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOrTruncateOn  ([CILjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOrTruncateOn  (Ljava/lang/String;ILjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOrTruncateOn  ([CICLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOrTruncateOn  (Ljava/lang/String;ICLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 padOrTruncateOn  (Ljava/lang/String;ILjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 quote  ([C)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 quote  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 quote  (Ljava/util/Iterator;)Ljava/util/Iterator;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 quoteCharArrays  (Ljava/util/Iterator;)Ljava/util/Iterator;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 quoteOn  ([CLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 quoteOn  (Ljava/lang/String;Ljava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 quoteOn  ([CLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 quoteOn  (Ljava/lang/String;Ljava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeAllOccurrences  (Ljava/lang/String;C)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeAllOccurrences  ([CC)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeAllOccurrencesOn  ([CCLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeAllOccurrencesOn  (Ljava/lang/String;CLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeAllOccurrencesOn  ([CCLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeAllOccurrencesOn  (Ljava/lang/String;CLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeAllSpaces  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeFirstOccurrence  ([CC)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeFirstOccurrence  (Ljava/lang/String;C)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeFirstOccurrenceOn  ([CCLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeFirstOccurrenceOn  (Ljava/lang/String;CLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeFirstOccurrenceOn  ([CCLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 removeFirstOccurrenceOn  (Ljava/lang/String;CLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 stringIsEmpty  (Ljava/lang/String;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 stringIsEmpty  ([C)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 stringsAreEqualIgnoreCase  (Ljava/lang/String;Ljava/lang/String;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 stringsAreEqualIgnoreCase  ([C[C)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 stringStartsWithIgnoreCase  (Ljava/lang/String;Ljava/lang/String;)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 stringStartsWithIgnoreCase  ([C[C)Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 uncapitalize  ([C)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 uncapitalize  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 uncapitalizeOn  (Ljava/lang/String;Ljava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 uncapitalizeOn  ([CLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 uncapitalizeOn  (Ljava/lang/String;Ljava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 uncapitalizeOn  ([CLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 wrap  (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 wrap  (Ljava/util/Iterator;Ljava/lang/String;)Ljava/util/Iterator;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 wrap  ([CC)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 wrap  (Ljava/util/Iterator;C)Ljava/util/Iterator;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 wrap  ([C[C)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 wrap  (Ljava/lang/String;C)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 wrapCharArrays  (Ljava/util/Iterator;C)Ljava/util/Iterator;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 wrapCharArrays  (Ljava/util/Iterator;[C)Ljava/util/Iterator;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 wrapOn  ([CCLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 wrapOn  (Ljava/lang/String;CLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 wrapOn  (Ljava/lang/String;Ljava/lang/String;Ljava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 wrapOn  ([C[CLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 wrapOn  ([CCLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 wrapOn  (Ljava/lang/String;CLjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 wrapOn  (Ljava/lang/String;Ljava/lang/String;Ljava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 wrapOn  ([C[CLjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 zeroPad  (Ljava/lang/String;I)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 zeroPad  ([CI)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 zeroPadOn  ([CILjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 zeroPadOn  (Ljava/lang/String;ILjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 zeroPadOn  ([CILjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 zeroPadOn  (Ljava/lang/String;ILjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 zeroPadOrTruncate  (Ljava/lang/String;I)Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 zeroPadOrTruncate  ([CI)[C
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 zeroPadOrTruncateOn  ([CILjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 zeroPadOrTruncateOn  (Ljava/lang/String;ILjava/lang/StringBuffer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 zeroPadOrTruncateOn  ([CILjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 zeroPadOrTruncateOn  (Ljava/lang/String;ILjava/io/Writer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.TransformationIterator

 <init>  (Ljava/util/Iterator;Lorg/eclipse/jpt/utility/internal/Transformer;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/util/Iterator;)V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 transform  (Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.TransformationListIterator

 <init>  (Ljava/util/ListIterator;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/util/ListIterator;Lorg/eclipse/jpt/utility/internal/Transformer;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 add  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasPrevious  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 nextIndex  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 previous  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 previousIndex  ()I
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 set  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 transform  (Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.Transformer

 transform  (Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.Transformer$Null

 <clinit>  ()V
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 instance  ()Lorg/eclipse/jpt/utility/internal/Transformer;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 transform  (Ljava/lang/Object;)Ljava/lang/Object;
  1. org.eclipse.jpt.core.tests.internal.JptCoreTests
  2. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.TreeIterator

 <init>  (Ljava/lang/Object;Lorg/eclipse/jpt/utility/internal/iterators/TreeIterator$Midwife;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/util/Iterator;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/util/Iterator;Lorg/eclipse/jpt/utility/internal/iterators/TreeIterator$Midwife;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 <init>  (Ljava/lang/Object;)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 children  (Ljava/lang/Object;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 hasNext  ()Z
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 next  ()Ljava/lang/Object;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 remove  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.TreeIterator$Midwife

 children  (Ljava/lang/Object;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.iterators.TreeIterator$Midwife$Null

 <clinit>  ()V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 children  (Ljava/lang/Object;)Ljava/util/Iterator;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 instance  ()Lorg/eclipse/jpt/utility/internal/iterators/TreeIterator$Midwife;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 toString  ()Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

org.eclipse.jpt.utility.internal.XMLStringEncoder

 <init>  ([C)V
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 decode  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests

 encode  (Ljava/lang/String;)Ljava/lang/String;
  1. org.eclipse.jpt.utility.tests.internal.JptUtilityTests