joeq.Util.Templates
Class UnmodifiableList.BasicBlock

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

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


Field Summary
static UnmodifiableList.BasicBlock EMPTY
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
UnmodifiableList.BasicBlock(BasicBlock[] c)
           
 
Method Summary
 ListIterator.BasicBlock basicBlockIterator()
           
 Object get(int index)
           
 BasicBlock getBasicBlock(int index)
           
static UnmodifiableList.BasicBlock getEmptyList()
           
 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.BasicBlock EMPTY
Constructor Detail

UnmodifiableList.BasicBlock

public UnmodifiableList.BasicBlock(BasicBlock[] 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

getBasicBlock

public BasicBlock getBasicBlock(int index)
Specified by:
getBasicBlock in interface List.BasicBlock

basicBlockIterator

public ListIterator.BasicBlock basicBlockIterator()
Specified by:
basicBlockIterator in interface List.BasicBlock

getEmptyList

public static UnmodifiableList.BasicBlock getEmptyList()


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