Modifier and Type | Field and Description |
---|---|
private Index |
Result.index |
private Index |
Main.index |
Modifier and Type | Method and Description |
---|---|
Index |
Indexer.complete()
Completes, finalizes, and returns the index after zero or more calls to
index.
|
static Index |
Index.create(java.util.Map<DotName,java.util.List<AnnotationInstance>> annotations,
java.util.Map<DotName,java.util.List<ClassInfo>> subclasses,
java.util.Map<DotName,java.util.List<ClassInfo>> implementors,
java.util.Map<DotName,ClassInfo> classes)
Constructs a "mock" Index using the passed values.
|
Index |
Result.getIndex() |
private Index |
Main.getIndex(long start) |
Index |
IndexReader.read()
Read the index at the associated stream of this reader.
|
(package private) Index |
IndexReaderV2.read(int version) |
(package private) Index |
IndexReaderV1.read(int version)
Read the index at the associated stream of this reader.
|
(package private) abstract Index |
IndexReaderImpl.read(int version) |
private Index |
IndexReaderV1.readClasses(PackedDataInputStream stream,
int version) |
private Index |
IndexReaderV2.readClasses(PackedDataInputStream stream,
int annotationsSize,
int implementorsSize,
int subclassesSize,
int version) |
Modifier and Type | Method and Description |
---|---|
private void |
IndexWriterV1.buildAValueEntries(Index index,
AnnotationValue value) |
private void |
IndexWriterV2.buildTables(Index index) |
private void |
IndexWriterV1.buildTables(Index index) |
private int |
Result.countInstances(Index index) |
int |
IndexWriter.write(Index index)
Writes the specified index to the associated output stream.
|
int |
IndexWriter.write(Index index,
byte version)
Deprecated.
|
(package private) int |
IndexWriterV2.write(Index index,
int version)
Writes the specified index to the associated output stream.
|
(package private) int |
IndexWriterV1.write(Index index,
int version)
Writes the specified index to the associated output stream.
|
(package private) abstract int |
IndexWriterImpl.write(Index index,
int version) |
int |
IndexWriter.write(Index index,
int version)
Writes the specified index to the associated output stream.
|
private void |
IndexWriterV2.writeClasses(PackedDataOutputStream stream,
Index index,
int version) |
private void |
IndexWriterV1.writeClasses(PackedDataOutputStream stream,
Index index,
int version) |
Constructor and Description |
---|
Result(Index index,
java.lang.String name,
int bytes,
java.io.File outputFile) |