Uses of Interface
org.cicirello.util.Copyable
Packages that use Copyable
Package
Description
This package includes core data structures used by other of our libraries and projects.
This package includes classes and interfaces that serve some useful utility purpose.
-
Uses of Copyable in org.cicirello.ds
Classes in org.cicirello.ds that implement CopyableModifier and TypeClassDescriptionfinal classBinaryHeap<E>An implementation of a Binary Heap.final classAn implementation of a Binary Heap.final classDisjoint sets of integers from [0, n) implemented with a disjoint set forest.final classAn implementation of a Fibonacci Heap.final classAn implementation of a Fibonacci Heap.classAn implementation of a Binary Heap of (element, priority) pairs, such that the elements are distinct integers in the interval [0, n), and with priority values also of type int.classAn implementation of a Binary Heap of (element, priority) pairs, such that the elements are distinct integers in the interval [0, n), and with priority values of type double.classAn implementation of a Fibonacci Heap of (element, priority) pairs, such that the elements are distinct integers in the interval [0, n), and with priority values of type int.classAn implementation of a Fibonacci Heap of (element, priority) pairs, such that the elements are distinct integers in the interval [0, n), and with priority values of type double.static final classAn instance of this class encapsulates an (element, priority) pair for a double valued priority.static final classAn instance of this class encapsulates an (element, priority) pair for an integer valued priority.final classAn implementation of a Binary Heap.final classAn implementation of a Binary Heap.final classAn implementation of a Fibonacci Heap.final classAn implementation of a Fibonacci Heap. -
Uses of Copyable in org.cicirello.util
Classes in org.cicirello.util with type parameters of type CopyableModifier and TypeInterfaceDescriptioninterfaceA simple interface for objects that can be copied.Classes in org.cicirello.util that implement CopyableModifier and TypeClassDescriptionfinal classThis class is an implementation of a partially-filled array of primitive double values.final classThis class is an implementation of a partially-filled array of primitive int values.