Class Values<T extends Comparable>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<T>
-
- org.drools.verifier.core.index.keys.Values<T>
-
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<T>,Collection<T>,Set<T>
public class Values<T extends Comparable> extends HashSet<T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Values()Values(Comparable... list)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsAny(Values values)booleanisThereChanges(Values otherValues)static <T extends Comparable>
Values<T>nullValue()StringtoString()-
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-
-
-
Constructor Detail
-
Values
public Values(Comparable... list)
-
Values
public Values()
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classAbstractCollection<T extends Comparable>
-
isThereChanges
public boolean isThereChanges(Values otherValues)
-
containsAny
public boolean containsAny(Values values)
-
nullValue
public static <T extends Comparable> Values<T> nullValue()
-
-