Java org.eclipse.jdt.internal.core.builder ReferenceCollection fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.internal.core.builder ReferenceCollection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.internal.core.builder ReferenceCollection.

The text is from its open source code.

Method

voidaddDependencies(String[] typeNameDependencies)
Add the given fully qualified names to this reference collection.
booleanincludes(char[][][] qualifiedNames, char[][] simpleNames, char[][] rootNames)
char[][][]internQualifiedNames(char[][][] qualifiedNames, boolean keepWellKnown)
Use a flyweight cache for the char arrays to avoid duplicated arrays with the same contents.
char[][][]internQualifiedNames(Set qualifiedStrings)
char[][][]internQualifiedNames(StringSet qualifiedStrings)
char[][][]internQualifiedNames(char[][][] qualifiedNames)
Note: this method may change order of the result data, the new array is always sorted.
char[][]internSimpleNames(Set simpleStrings, boolean removeWellKnown)
char[][]internSimpleNames(StringSet simpleStrings, boolean removeWellKnown)
char[][]internSimpleNames(char[][] simpleNames, boolean removeWellKnown)
Use a flyweight cache for the char arrays to avoid duplicated arrays with the same contents.