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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
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>
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference