public class CheckSum extends UntypedData implements SortedSet<CheckSumType>
CheckSumTypes of a file.EMPTY, string| Constructor and Description |
|---|
CheckSum()
Construct a
CheckSum object with an empty list of
CheckSumTypes. |
getString, setString, toHTMLpublic CheckSum()
CheckSum object with an empty list of
CheckSumTypes.public boolean add(CheckSumType e)
add in interface Collection<CheckSumType>add in interface Set<CheckSumType>public boolean addAll(Collection<? extends CheckSumType> c)
addAll in interface Collection<CheckSumType>addAll in interface Set<CheckSumType>public CheckSumType ceiling(CheckSumType e)
e - CheckSumTypeTreeSet.ceiling(java.lang.Object)public void clear()
clear in interface Collection<CheckSumType>clear in interface Set<CheckSumType>public Object clone()
clone in class ObjectObjectTreeSet.clone()public Comparator<? super CheckSumType> comparator()
comparator in interface SortedSet<CheckSumType>Comparator of CheckSumTypeTreeSet.comparator()public int compareTo(UntypedData datatype)
compareTo in interface Comparable<UntypedData>compareTo in class UntypedDatapublic boolean contains(Object o)
contains in interface Collection<CheckSumType>contains in interface Set<CheckSumType>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<CheckSumType>containsAll in interface Set<CheckSumType>public Iterator<CheckSumType> descendingIterator()
Iterator of CheckSumTypeTreeSet.descendingIterator()public NavigableSet<CheckSumType> descendingSet()
NavigableSet of CheckSumTypeTreeSet.descendingSet()public boolean equals(Object o)
equals in interface Collection<CheckSumType>equals in interface Set<CheckSumType>equals in class UntypedDatao - AbstractSet.equals(java.lang.Object)public CheckSumType first()
first in interface SortedSet<CheckSumType>CheckSumTypeTreeSet.first()public CheckSumType floor(CheckSumType e)
e - CheckSumTypeTreeSet.floor(java.lang.Object)public Set<CheckSumType> getSet()
public int hashCode()
hashCode in interface Collection<CheckSumType>hashCode in interface Set<CheckSumType>hashCode in class UntypedDataAbstractSet.hashCode()public SortedSet<CheckSumType> headSet(CheckSumType toElement)
headSet in interface SortedSet<CheckSumType>toElement - SortedSet of CheckSumTypeTreeSet.headSet(java.lang.Object)public NavigableSet<CheckSumType> headSet(CheckSumType toElement, boolean inclusive)
toElement - inclusive - NavigableSet of CheckSumTypeTreeSet.headSet(java.lang.Object, boolean)public CheckSumType higher(CheckSumType e)
e - CheckSumTypeTreeSet.higher(java.lang.Object)public boolean isEmpty()
isEmpty in interface Collection<CheckSumType>isEmpty in interface Set<CheckSumType>public Iterator<CheckSumType> iterator()
iterator in interface Iterable<CheckSumType>iterator in interface Collection<CheckSumType>iterator in interface Set<CheckSumType>public CheckSumType last()
last in interface SortedSet<CheckSumType>CheckSumTypeTreeSet.last()public CheckSumType lower(CheckSumType e)
e - CheckSumTypeTreeSet.lower(java.lang.Object)public CheckSumType pollFirst()
CheckSumTypeTreeSet.pollFirst()public CheckSumType pollLast()
CheckSumTypeTreeSet.pollLast()public boolean remove(Object o)
remove in interface Collection<CheckSumType>remove in interface Set<CheckSumType>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<CheckSumType>removeAll in interface Set<CheckSumType>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<CheckSumType>retainAll in interface Set<CheckSumType>public void setSet(TreeSet<CheckSumType> set)
set - the _set to setpublic int size()
size in interface Collection<CheckSumType>size in interface Set<CheckSumType>public NavigableSet<CheckSumType> subSet(CheckSumType fromElement, boolean fromInclusive, CheckSumType toElement, boolean toInclusive)
fromElement - fromInclusive - toElement - toInclusive - NavigableSet of CheckSumTypeTreeSet.subSet(java.lang.Object, boolean,
java.lang.Object, boolean)public SortedSet<CheckSumType> subSet(CheckSumType fromElement, CheckSumType toElement)
subSet in interface SortedSet<CheckSumType>fromElement - toElement - SortedSet of CheckSumTypeTreeSet.subSet(java.lang.Object, java.lang.Object)public SortedSet<CheckSumType> tailSet(CheckSumType fromElement)
tailSet in interface SortedSet<CheckSumType>fromElement - SortedSet of CheckSumTypeTreeSet.tailSet(java.lang.Object)public NavigableSet<CheckSumType> tailSet(CheckSumType fromElement, boolean inclusive)
fromElement - inclusive - NavigableSet of CheckSumTypeTreeSet.tailSet(java.lang.Object, boolean)public Object[] toArray()
toArray in interface Collection<CheckSumType>toArray in interface Set<CheckSumType>public <T> T[] toArray(T[] a)
toArray in interface Collection<CheckSumType>toArray in interface Set<CheckSumType>public String toString()
toString in class UntypedDataCopyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.