joeq.Util.Templates
Class UnmodifiableList.jq_Class
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList
joeq.Util.Templates.UnmodifiableList.jq_Class
- All Implemented Interfaces:
- Iterable, Collection, List, List.jq_Class, List.jq_Reference, List.jq_Type
- Enclosing class:
- UnmodifiableList
public static class UnmodifiableList.jq_Class
- extends AbstractList
- implements List.jq_Class
Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, subList, toArray, toArray |
EMPTY
public static final UnmodifiableList.jq_Class EMPTY
UnmodifiableList.jq_Class
public UnmodifiableList.jq_Class(jq_Class c)
UnmodifiableList.jq_Class
public UnmodifiableList.jq_Class(jq_Class c1,
jq_Class c2)
UnmodifiableList.jq_Class
public UnmodifiableList.jq_Class(jq_Class c1,
jq_Class c2,
jq_Class c3)
UnmodifiableList.jq_Class
public UnmodifiableList.jq_Class(jq_Class[] c)
size
public int size()
- Specified by:
size
in interface Collection
- Specified by:
size
in interface List
- Specified by:
size
in class AbstractCollection
get
public Object get(int index)
- Specified by:
get
in interface List
- Specified by:
get
in class AbstractList
getType
public jq_Type getType(int index)
- Specified by:
getType
in interface List.jq_Type
getReference
public jq_Reference getReference(int index)
- Specified by:
getReference
in interface List.jq_Reference
getClass
public jq_Class getClass(int index)
- Specified by:
getClass
in interface List.jq_Class
typeIterator
public ListIterator.jq_Type typeIterator()
- Specified by:
typeIterator
in interface List.jq_Type
referenceIterator
public ListIterator.jq_Reference referenceIterator()
- Specified by:
referenceIterator
in interface List.jq_Reference
classIterator
public ListIterator.jq_Class classIterator()
- Specified by:
classIterator
in interface List.jq_Class
getEmptyList
public static UnmodifiableList.jq_Class getEmptyList()
Copyright © 2001-2008 John Whaley. All Rights Reserved.