RestrictedSortedList

Package: ghidra.generic.util.datastruct
Type: class

11.1_PUBLIC

addedmethod: poll
V poll()
addedmethod: toList
java.util.List<V> toList()
removedmethod: add
boolean add(V e)
removedmethod: add
void add(int index, V element)
removedmethod: clear
void clear()
removedmethod: lastIndexOf
int lastIndexOf(java.lang.Object o)
removedmethod: listIterator
java.util.ListIterator<V> listIterator()
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)
removedmethod: toArray
java.lang.Object[] toArray()
removedmethod: toArray
T[] toArray(T[] a)

9.2_PUBLIC

introducedInitial version