addedmethod:
toList
java.util.List<V> toList()
modifiedtype-implements:
ValueSortedTreeMapValues
- ghidra.generic.util.datastruct.SortedList, java.util.Deque
+ ghidra.generic.util.datastruct.SortedList
removedmethod:
add
void add(int index, V element)
removedmethod:
add
boolean add(V e)
removedmethod:
addFirst
void addFirst(V e)
removedmethod:
addLast
void addLast(V e)
removedmethod:
lastIndexOf
int lastIndexOf(java.lang.Object o)
removedmethod:
listIterator
java.util.ListIterator<V> listIterator()
removedmethod:
offer
boolean offer(V e)
removedmethod:
offerLast
boolean offerLast(V e)
removedmethod:
peek
V peek()
removedmethod:
pop
V pop()
removedmethod:
push
void push(V e)
removedmethod:
remove
V remove()
removedmethod:
remove
V remove(int index)
removedmethod:
set
V set(int index, V element)
removedmethod:
subList
java.util.List<V> subList(int fromIndex, int toIndex)