public static class FieldList.Empty extends FilterableList.Empty<FieldDescription.InDefinedShape,FieldList<FieldDescription.InDefinedShape>> implements FieldList<FieldDescription.InDefinedShape>
FieldList.AbstractBase<S extends FieldDescription>, FieldList.Empty, FieldList.Explicit<S extends FieldDescription>, FieldList.ForLoadedField, FieldList.ForTokens, FieldList.TypeSubstituting
modCount
Constructor and Description |
---|
Empty() |
Modifier and Type | Method and Description |
---|---|
FieldList<FieldDescription.InDefinedShape> |
asDefined()
Returns this list of these field descriptions resolved to their defined shape.
|
ByteCodeElement.Token.TokenList<FieldDescription.Token> |
asTokenList()
Transforms the list of field descriptions into a list of detached tokens.
|
ByteCodeElement.Token.TokenList<FieldDescription.Token> |
asTokenList(ElementMatcher<? super GenericTypeDescription> targetTypeMatcher)
Transforms the list of field descriptions into a list of detached tokens.
|
filter, get, getOnly, size, 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, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public ByteCodeElement.Token.TokenList<FieldDescription.Token> asTokenList()
FieldList
asTokenList
in interface FieldList<FieldDescription.InDefinedShape>
public ByteCodeElement.Token.TokenList<FieldDescription.Token> asTokenList(ElementMatcher<? super GenericTypeDescription> targetTypeMatcher)
FieldList
TargetType
.asTokenList
in interface FieldList<FieldDescription.InDefinedShape>
targetTypeMatcher
- A matcher that indicates type substitution.public FieldList<FieldDescription.InDefinedShape> asDefined()
FieldList
asDefined
in interface FieldList<FieldDescription.InDefinedShape>
Copyright © 2014–2015. All rights reserved.