Uses of Interface
net.automatalib.common.smartcollection.CapacityManagement
-
Packages that use CapacityManagement Package Description net.automatalib.common.smartcollection This package contains efficient implementations for various collection data structures (especially linked lists and priority queues), which have very insufficient implementation in the Java Collections Framework that makes it hard or even impossible to exploit their efficiencies. -
-
Uses of CapacityManagement in net.automatalib.common.smartcollection
Classes in net.automatalib.common.smartcollection that implement CapacityManagement Modifier and Type Class Description class
BinaryHeap<E>
APriorityQueue
implementation using a binary heap.class
ResizingArrayStorage<T>
Class that provides a resizable array storage of a certain type.class
UnorderedCollection<E>
This class implements a collection for storing objects in no particular order.
-