Package com.strobel.core
Interface IReadOnlyList<T>
- All Superinterfaces:
Iterable<T>
,RandomAccess
- All Known Implementing Classes:
ConstructorList
,FieldList
,MemberList
,MethodList
,ParameterList
,ReadOnlyList
,TypeList
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
size
int size() -
indexOf
-
lastIndexOf
-
isEmpty
boolean isEmpty() -
contains
-
containsAll
-
get
-
toArray
-
toArray
-
listIterator
-
listIterator
-