public class BuilderTypeList extends java.util.AbstractList<BuilderTypeReference>
| Constructor and Description |
|---|
BuilderTypeList(java.util.List<? extends BuilderTypeReference> types) |
| Modifier and Type | Method and Description |
|---|---|
BuilderTypeReference |
get(int index) |
int |
getOffset() |
void |
setOffset(int offset) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic BuilderTypeList(@Nonnull
java.util.List<? extends BuilderTypeReference> types)
public BuilderTypeReference get(int index)
get in interface java.util.List<BuilderTypeReference>get in class java.util.AbstractList<BuilderTypeReference>public int size()
size in interface java.util.Collection<BuilderTypeReference>size in interface java.util.List<BuilderTypeReference>size in class java.util.AbstractCollection<BuilderTypeReference>public int getOffset()
public void setOffset(int offset)