joeq.Util.Templates
Class UnmodifiableList.RegisterOperand
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Operand.RegisterOperand>
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>
| 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 |
EMPTY
public static final UnmodifiableList.RegisterOperand EMPTY
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)
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()