public class Values<T extends Comparable> extends HashSet<T>
Constructor and Description |
---|
Values() |
Values(Comparable... list) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsAny(Values values) |
boolean |
isThereChanges(Values otherValues) |
static <T extends Comparable> |
nullValue() |
String |
toString() |
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray
finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
parallelStream, removeIf, stream
public Values(Comparable... list)
public Values()
public String toString()
toString
in class AbstractCollection<T extends Comparable>
public boolean isThereChanges(Values otherValues)
public boolean containsAny(Values values)
public static <T extends Comparable> Values<T> nullValue()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.