protected static class TypeDescription.ForLoadedType.ClassDescriptionTypeList extends TypeList.AbstractBase
Modifier and Type | Class and Description |
---|---|
protected static class |
TypeDescription.ForLoadedType.ClassDescriptionTypeList.InternalNameLazyType
A lazy representation of an internal name for a given class loader.
|
TypeList.AbstractBase, TypeList.Empty, TypeList.Explicit, TypeList.ForLoadedTypes, TypeList.Generic
modCount
NO_INTERFACES
Modifier | Constructor and Description |
---|---|
protected |
ClassDescriptionTypeList(ClassLoader classLoader,
Object[] permittedSubclass)
Creates a new list of type descriptions.
|
Modifier and Type | Method and Description |
---|---|
TypeDescription |
get(int index) |
int |
size() |
getStackSize, toInternalNames, wrap
filter, getOnly, subList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
filter, getOnly, subList
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected ClassDescriptionTypeList(ClassLoader classLoader, Object[] permittedSubclass)
classLoader
- The represented class loader.permittedSubclass
- An array of represented permitted subclasses.public TypeDescription get(int index)
get
in interface List<TypeDescription>
get
in class AbstractList<TypeDescription>
public int size()
size
in interface Collection<TypeDescription>
size
in interface List<TypeDescription>
size
in class AbstractCollection<TypeDescription>
Copyright © 2014–2020. All rights reserved.