Package com.strobel.reflection
Class FieldList
- java.lang.Object
-
- com.strobel.core.ReadOnlyList<T>
-
- com.strobel.reflection.MemberList<FieldInfo>
-
- com.strobel.reflection.FieldList
-
- All Implemented Interfaces:
IReadOnlyList<FieldInfo>
,java.lang.Iterable<FieldInfo>
,java.util.Collection<FieldInfo>
,java.util.List<FieldInfo>
,java.util.RandomAccess
public final class FieldList extends MemberList<FieldInfo>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FieldList
empty()
FieldList
subList(int fromIndex, int toIndex)
-
Methods inherited from class com.strobel.reflection.MemberList
combine, getMemberType
-
Methods inherited from class com.strobel.core.ReadOnlyList
add, add, addAll, addAll, clear, contains, containsAll, containsAll, emptyList, equals, get, getElements, getOffset, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, newInstance, remove, remove, removeAll, retainAll, set, size, subListRangeCheck, toArray, toArray, toString
-
-
-
-
Field Detail
-
EMPTY
private static final FieldList EMPTY
-
-