joeq.Util.Templates
Class UnmodifiableList.RegisterOperand

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

public static class UnmodifiableList.RegisterOperand
extends java.util.AbstractList<Operand.RegisterOperand>


Field Summary
static UnmodifiableList.RegisterOperand EMPTY
           
 
Constructor Summary
UnmodifiableList.RegisterOperand(Operand.RegisterOperand c)
           
UnmodifiableList.RegisterOperand(Operand.RegisterOperand[] c)
           
UnmodifiableList.RegisterOperand(Operand.RegisterOperand c1, Operand.RegisterOperand c2)
           
UnmodifiableList.RegisterOperand(Operand.RegisterOperand c1, Operand.RegisterOperand c2, Operand.RegisterOperand c3)
           
UnmodifiableList.RegisterOperand(Operand.RegisterOperand c1, Operand.RegisterOperand c2, Operand.RegisterOperand c3, Operand.RegisterOperand c4)
           
 
Method Summary
 Operand.RegisterOperand get(int index)
           
static UnmodifiableList.RegisterOperand getEmptyList()
           
 Operand getOperand(int index)
           
 Operand.RegisterOperand getRegisterOperand(int index)
           
 int size()
           
 
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, 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
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Field Detail

EMPTY

public static final UnmodifiableList.RegisterOperand EMPTY
Constructor Detail

UnmodifiableList.RegisterOperand

public UnmodifiableList.RegisterOperand(Operand.RegisterOperand c)

UnmodifiableList.RegisterOperand

public UnmodifiableList.RegisterOperand(Operand.RegisterOperand c1,
                                        Operand.RegisterOperand c2)

UnmodifiableList.RegisterOperand

public UnmodifiableList.RegisterOperand(Operand.RegisterOperand c1,
                                        Operand.RegisterOperand c2,
                                        Operand.RegisterOperand c3)

UnmodifiableList.RegisterOperand

public UnmodifiableList.RegisterOperand(Operand.RegisterOperand c1,
                                        Operand.RegisterOperand c2,
                                        Operand.RegisterOperand c3,
                                        Operand.RegisterOperand c4)

UnmodifiableList.RegisterOperand

public UnmodifiableList.RegisterOperand(Operand.RegisterOperand[] c)
Method Detail

size

public int size()
Specified by:
size in interface java.util.Collection<Operand.RegisterOperand>
Specified by:
size in interface java.util.List<Operand.RegisterOperand>
Specified by:
size in class java.util.AbstractCollection<Operand.RegisterOperand>

get

public Operand.RegisterOperand get(int index)
Specified by:
get in interface java.util.List<Operand.RegisterOperand>
Specified by:
get in class java.util.AbstractList<Operand.RegisterOperand>

getOperand

public Operand getOperand(int index)

getRegisterOperand

public Operand.RegisterOperand getRegisterOperand(int index)

getEmptyList

public static UnmodifiableList.RegisterOperand getEmptyList()