Package ptolemy.actor.gt.data
The ptolemy.actor.gt.data package.
- Since:
- Ptolemy II 7.2
-
Class Summary Class Description CombinedCollection<E> A collection that is the combination of one or more collections.FastLinkedList<E> A linked list that provides efficient add and removal functions.MatchResult A two-way hash map data structure to store matches found in a pattern matching.Pair<E1,E2> Generic pair data structure.SequentialTwoWayHashMap<K,V> A two-way hash map where the keys are sorted.Tuple<E> Generic tuple data structure.TwoWayHashMap<K,V> A hash map that has one-to-one relationship between keys and values.