joeq.Util.Templates
Class UnmodifiableList.Quad

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList
          extended by joeq.Util.Templates.UnmodifiableList.Quad
All Implemented Interfaces:
Iterable, Collection, List, List.Quad
Enclosing class:
UnmodifiableList

public static class UnmodifiableList.Quad
extends AbstractList
implements List.Quad


Field Summary
static UnmodifiableList.Quad EMPTY
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
UnmodifiableList.Quad(Quad c)
           
UnmodifiableList.Quad(Quad[] c)
           
 
Method Summary
 Object get(int index)
           
static UnmodifiableList.Quad getEmptyList()
           
 Quad getQuad(int index)
           
 ListIterator.Quad quadIterator()
           
 int size()
           
 
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 class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Field Detail

EMPTY

public static final UnmodifiableList.Quad EMPTY
Constructor Detail

UnmodifiableList.Quad

public UnmodifiableList.Quad(Quad[] c)

UnmodifiableList.Quad

public UnmodifiableList.Quad(Quad c)
Method Detail

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

getQuad

public Quad getQuad(int index)
Specified by:
getQuad in interface List.Quad

quadIterator

public ListIterator.Quad quadIterator()
Specified by:
quadIterator in interface List.Quad

getEmptyList

public static UnmodifiableList.Quad getEmptyList()


Copyright © 2001-2008 John Whaley. All Rights Reserved.