Uses of Class
net.automatalib.common.smartcollection.ResizingArrayStorage
-
Packages that use ResizingArrayStorage 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 ResizingArrayStorage in net.automatalib.common.smartcollection
Methods in net.automatalib.common.smartcollection with parameters of type ResizingArrayStorage Modifier and Type Method Description void
ResizingArrayStorage. swap(ResizingArrayStorage<T> other)
Constructors in net.automatalib.common.smartcollection with parameters of type ResizingArrayStorage Constructor Description ResizingArrayStorage(ResizingArrayStorage<T> other)
Copy-constructor which (shallowly) clones the storage of the otherResizingArrayStorage
.
-