Class Values<T extends java.lang.Comparable>

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<T>, java.util.Collection<T>, java.util.Set<T>

    public class Values<T extends java.lang.Comparable>
    extends java.util.HashSet<T>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Values()  
      Values​(java.lang.Comparable... list)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean containsAny​(Values values)  
      boolean isThereChanges​(Values otherValues)  
      static <T extends java.lang.Comparable>
      Values<T>
      nullValue()  
      java.lang.String toString()  
      • 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
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.Set

        addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
    • Constructor Detail

      • Values

        public Values​(java.lang.Comparable... list)
      • Values

        public Values()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.AbstractCollection<T extends java.lang.Comparable>
      • isThereChanges

        public boolean isThereChanges​(Values otherValues)
      • containsAny

        public boolean containsAny​(Values values)
      • nullValue

        public static <T extends java.lang.Comparable> Values<T> nullValue()