Class CheckSum

    • Constructor Detail

    • Method Detail

      • addAll

        public boolean addAll​(java.util.Collection<? extends CheckSumType> c)
        Specified by:
        addAll in interface java.util.Collection<CheckSumType>
        Specified by:
        addAll in interface java.util.Set<CheckSumType>
      • clear

        public void clear()
        Specified by:
        clear in interface java.util.Collection<CheckSumType>
        Specified by:
        clear in interface java.util.Set<CheckSumType>
      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class java.lang.Object
        Returns:
        Object
        See Also:
        TreeSet.clone()
      • comparator

        public java.util.Comparator<? super CheckSumType> comparator()
        Specified by:
        comparator in interface java.util.SortedSet<CheckSumType>
        Returns:
        Comparator of CheckSumType
        See Also:
        TreeSet.comparator()
      • contains

        public boolean contains​(java.lang.Object o)
        Specified by:
        contains in interface java.util.Collection<CheckSumType>
        Specified by:
        contains in interface java.util.Set<CheckSumType>
      • containsAll

        public boolean containsAll​(java.util.Collection<?> c)
        Specified by:
        containsAll in interface java.util.Collection<CheckSumType>
        Specified by:
        containsAll in interface java.util.Set<CheckSumType>
      • descendingIterator

        public java.util.Iterator<CheckSumType> descendingIterator()
        Returns:
        Iterator of CheckSumType
        See Also:
        TreeSet.descendingIterator()
      • descendingSet

        public java.util.NavigableSet<CheckSumType> descendingSet()
        Returns:
        NavigableSet of CheckSumType
        See Also:
        TreeSet.descendingSet()
      • equals

        public boolean equals​(java.lang.Object object)
        Specified by:
        equals in interface java.util.Collection<CheckSumType>
        Specified by:
        equals in interface java.util.Set<CheckSumType>
        Overrides:
        equals in class UntypedData
        Parameters:
        object - the object to compare
        Returns:
        true or false
        See Also:
        AbstractSet.equals(java.lang.Object)
      • getSet

        public java.util.Set<CheckSumType> getSet()
        Returns:
        the _set
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface java.util.Collection<CheckSumType>
        Specified by:
        hashCode in interface java.util.Set<CheckSumType>
        Overrides:
        hashCode in class UntypedData
        Returns:
        hashCode
        See Also:
        AbstractSet.hashCode()
      • headSet

        public java.util.SortedSet<CheckSumType> headSet​(CheckSumType toElement)
        Specified by:
        headSet in interface java.util.SortedSet<CheckSumType>
        Parameters:
        toElement - the type to match
        Returns:
        SortedSet of CheckSumType
        See Also:
        TreeSet.headSet(java.lang.Object)
      • headSet

        public java.util.NavigableSet<CheckSumType> headSet​(CheckSumType toElement,
                                                            boolean inclusive)
        Parameters:
        toElement - the type to match
        inclusive - if inclusive or not
        Returns:
        NavigableSet of CheckSumType
        See Also:
        TreeSet.headSet(java.lang.Object, boolean)
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface java.util.Collection<CheckSumType>
        Specified by:
        isEmpty in interface java.util.Set<CheckSumType>
      • iterator

        public java.util.Iterator<CheckSumType> iterator()
        Specified by:
        iterator in interface java.util.Collection<CheckSumType>
        Specified by:
        iterator in interface java.lang.Iterable<CheckSumType>
        Specified by:
        iterator in interface java.util.Set<CheckSumType>
      • remove

        public boolean remove​(java.lang.Object o)
        Specified by:
        remove in interface java.util.Collection<CheckSumType>
        Specified by:
        remove in interface java.util.Set<CheckSumType>
      • removeAll

        public boolean removeAll​(java.util.Collection<?> c)
        Specified by:
        removeAll in interface java.util.Collection<CheckSumType>
        Specified by:
        removeAll in interface java.util.Set<CheckSumType>
      • retainAll

        public boolean retainAll​(java.util.Collection<?> c)
        Specified by:
        retainAll in interface java.util.Collection<CheckSumType>
        Specified by:
        retainAll in interface java.util.Set<CheckSumType>
      • setSet

        public void setSet​(java.util.TreeSet<CheckSumType> set)
        Parameters:
        set - the _set to set
      • size

        public int size()
        Specified by:
        size in interface java.util.Collection<CheckSumType>
        Specified by:
        size in interface java.util.Set<CheckSumType>
      • subSet

        public java.util.NavigableSet<CheckSumType> subSet​(CheckSumType fromElement,
                                                           boolean fromInclusive,
                                                           CheckSumType toElement,
                                                           boolean toInclusive)
        Parameters:
        fromElement - the "from" type to match
        fromInclusive - if inclusive or not
        toElement - the "to" type to match
        toInclusive - if inclusive or not
        Returns:
        NavigableSet of CheckSumType
        See Also:
        TreeSet.subSet(java.lang.Object, boolean, java.lang.Object, boolean)
      • subSet

        public java.util.SortedSet<CheckSumType> subSet​(CheckSumType fromElement,
                                                        CheckSumType toElement)
        Specified by:
        subSet in interface java.util.SortedSet<CheckSumType>
        Parameters:
        fromElement - the "from" type to match
        toElement - the "to" type to match
        Returns:
        SortedSet of CheckSumType
        See Also:
        TreeSet.subSet(java.lang.Object, java.lang.Object)
      • tailSet

        public java.util.SortedSet<CheckSumType> tailSet​(CheckSumType fromElement)
        Specified by:
        tailSet in interface java.util.SortedSet<CheckSumType>
        Parameters:
        fromElement - the "from" type to match
        Returns:
        SortedSet of CheckSumType
        See Also:
        TreeSet.tailSet(java.lang.Object)
      • tailSet

        public java.util.NavigableSet<CheckSumType> tailSet​(CheckSumType fromElement,
                                                            boolean inclusive)
        Parameters:
        fromElement - the "from" type to match
        inclusive - if inclusive or not
        Returns:
        NavigableSet of CheckSumType
        See Also:
        TreeSet.tailSet(java.lang.Object, boolean)
      • toArray

        public java.lang.Object[] toArray()
        Specified by:
        toArray in interface java.util.Collection<CheckSumType>
        Specified by:
        toArray in interface java.util.Set<CheckSumType>
      • toArray

        public <T> T[] toArray​(T[] a)
        Specified by:
        toArray in interface java.util.Collection<CheckSumType>
        Specified by:
        toArray in interface java.util.Set<CheckSumType>