Package org.nasengolem.util.datastructures
package org.nasengolem.util.datastructures
-
ClassDescriptionThis class extends the
AbstractList
skeleton by implementingShrinkable
.CappedList<E>Random-AccessList
implementation with a fixed capacity.Interface for objects that can be resized to a smaller size in constant time.Random-AccessList
implementation, that has a custom capacity and allows custom resizing.