Package ptolemy.domains.sdf.optimize
Class OptimalScheduleFinder._SetOfStates
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet
-
- ptolemy.domains.sdf.optimize.OptimalScheduleFinder._SetOfStates
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable
,java.util.Collection
,java.util.Set
- Enclosing class:
- OptimalScheduleFinder
protected static class OptimalScheduleFinder._SetOfStates extends java.util.HashSet
A set of states, based on HashSet.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
_SetOfStates()
-
Method Summary
-
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
-
-