public static class MarshalRecord.CycleDetectionStack<E> extends AbstractList<Object>
Constructor and Description |
---|
MarshalRecord.CycleDetectionStack() |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Object item,
boolean equalsUsingIdentity) |
Object |
get(int index) |
String |
getCycleString() |
Object |
pop() |
void |
push(E item) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subList
public void push(E item)
public Object pop()
public boolean contains(Object item, boolean equalsUsingIdentity)
public String getCycleString()
public Object get(int index)
public int size()
size
in interface Collection<Object>
size
in interface List<Object>
size
in class AbstractCollection<Object>