public interface TypeList extends FilterableList<TypeDescription,TypeList>
| Modifier and Type | Interface and Description |
|---|---|
static class |
TypeList.Empty
An implementation of an empty type list.
|
static class |
TypeList.Explicit
A wrapper implementation of an explicit list of types.
|
static class |
TypeList.ForLoadedType
Implementation of a type list for an array of loaded types.
|
FilterableList.AbstractBase<T,S extends FilterableList<T,S>>| Modifier and Type | Method and Description |
|---|---|
int |
getStackSize()
Returns the sum of the size of all types contained in this list.
|
String[] |
toInternalNames()
Returns a list of internal names of all types represented by this list.
|
filter, getOnly, subListadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, toArray, toArrayparallelStream, removeIf, streamString[] toInternalNames()
null if the list is empty.int getStackSize()
Copyright © 2014–2015. All rights reserved.