public static class MarshalRecord.CycleDetectionStack<E> extends AbstractList<Object>
| Constructor and Description |
|---|
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, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic 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>