public class CheckSum extends UntypedData implements java.util.SortedSet<CheckSumType>
CheckSumTypes of a file.ALL_RIGHTS_RESERVED, EMPTY, string| Constructor and Description |
|---|
CheckSum()
Construct a
CheckSum object with an empty list of
CheckSumTypes. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(CheckSumType e) |
boolean |
addAll(java.util.Collection<? extends CheckSumType> c) |
CheckSumType |
ceiling(CheckSumType type) |
void |
clear() |
java.lang.Object |
clone() |
java.util.Comparator<? super CheckSumType> |
comparator() |
int |
compareTo(UntypedData datatype) |
boolean |
contains(java.lang.Object o) |
boolean |
containsAll(java.util.Collection<?> c) |
java.util.Iterator<CheckSumType> |
descendingIterator() |
java.util.NavigableSet<CheckSumType> |
descendingSet() |
boolean |
equals(java.lang.Object object) |
CheckSumType |
first() |
CheckSumType |
floor(CheckSumType type) |
java.util.Set<CheckSumType> |
getSet() |
int |
hashCode() |
java.util.SortedSet<CheckSumType> |
headSet(CheckSumType toElement) |
java.util.NavigableSet<CheckSumType> |
headSet(CheckSumType toElement,
boolean inclusive) |
CheckSumType |
higher(CheckSumType type) |
boolean |
isEmpty() |
java.util.Iterator<CheckSumType> |
iterator() |
CheckSumType |
last() |
CheckSumType |
lower(CheckSumType type) |
CheckSumType |
pollFirst() |
CheckSumType |
pollLast() |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
boolean |
retainAll(java.util.Collection<?> c) |
void |
setSet(java.util.TreeSet<CheckSumType> set) |
int |
size() |
java.util.NavigableSet<CheckSumType> |
subSet(CheckSumType fromElement,
boolean fromInclusive,
CheckSumType toElement,
boolean toInclusive) |
java.util.SortedSet<CheckSumType> |
subSet(CheckSumType fromElement,
CheckSumType toElement) |
java.util.SortedSet<CheckSumType> |
tailSet(CheckSumType fromElement) |
java.util.NavigableSet<CheckSumType> |
tailSet(CheckSumType fromElement,
boolean inclusive) |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
java.lang.String |
toString() |
getString, setString, toHTMLpublic CheckSum()
CheckSum object with an empty list of
CheckSumTypes.public boolean add(CheckSumType e)
add in interface java.util.Collection<CheckSumType>add in interface java.util.Set<CheckSumType>public boolean addAll(java.util.Collection<? extends CheckSumType> c)
addAll in interface java.util.Collection<CheckSumType>addAll in interface java.util.Set<CheckSumType>public CheckSumType ceiling(CheckSumType type)
type - the type to matchCheckSumTypeTreeSet.ceiling(java.lang.Object)public void clear()
clear in interface java.util.Collection<CheckSumType>clear in interface java.util.Set<CheckSumType>public java.lang.Object clone()
clone in class java.lang.ObjectObjectTreeSet.clone()public java.util.Comparator<? super CheckSumType> comparator()
comparator in interface java.util.SortedSet<CheckSumType>Comparator of CheckSumTypeTreeSet.comparator()public int compareTo(UntypedData datatype)
compareTo in interface java.lang.Comparable<UntypedData>compareTo in class UntypedDatapublic boolean contains(java.lang.Object o)
contains in interface java.util.Collection<CheckSumType>contains in interface java.util.Set<CheckSumType>public boolean containsAll(java.util.Collection<?> c)
containsAll in interface java.util.Collection<CheckSumType>containsAll in interface java.util.Set<CheckSumType>public java.util.Iterator<CheckSumType> descendingIterator()
Iterator of CheckSumTypeTreeSet.descendingIterator()public java.util.NavigableSet<CheckSumType> descendingSet()
NavigableSet of CheckSumTypeTreeSet.descendingSet()public boolean equals(java.lang.Object object)
equals in interface java.util.Collection<CheckSumType>equals in interface java.util.Set<CheckSumType>equals in class UntypedDataobject - the object to compareAbstractSet.equals(java.lang.Object)public CheckSumType first()
first in interface java.util.SortedSet<CheckSumType>CheckSumTypeTreeSet.first()public CheckSumType floor(CheckSumType type)
type - the type to matchCheckSumTypeTreeSet.floor(java.lang.Object)public java.util.Set<CheckSumType> getSet()
public int hashCode()
hashCode in interface java.util.Collection<CheckSumType>hashCode in interface java.util.Set<CheckSumType>hashCode in class UntypedDataAbstractSet.hashCode()public java.util.SortedSet<CheckSumType> headSet(CheckSumType toElement)
headSet in interface java.util.SortedSet<CheckSumType>toElement - the type to matchSortedSet of CheckSumTypeTreeSet.headSet(java.lang.Object)public java.util.NavigableSet<CheckSumType> headSet(CheckSumType toElement, boolean inclusive)
toElement - the type to matchinclusive - if inclusive or notNavigableSet of CheckSumTypeTreeSet.headSet(java.lang.Object, boolean)public CheckSumType higher(CheckSumType type)
type - the type to matchCheckSumTypeTreeSet.higher(java.lang.Object)public boolean isEmpty()
isEmpty in interface java.util.Collection<CheckSumType>isEmpty in interface java.util.Set<CheckSumType>public java.util.Iterator<CheckSumType> iterator()
iterator in interface java.lang.Iterable<CheckSumType>iterator in interface java.util.Collection<CheckSumType>iterator in interface java.util.Set<CheckSumType>public CheckSumType last()
last in interface java.util.SortedSet<CheckSumType>CheckSumTypeTreeSet.last()public CheckSumType lower(CheckSumType type)
type - the type to matchCheckSumTypeTreeSet.lower(java.lang.Object)public CheckSumType pollFirst()
CheckSumTypeTreeSet.pollFirst()public CheckSumType pollLast()
CheckSumTypeTreeSet.pollLast()public boolean remove(java.lang.Object o)
remove in interface java.util.Collection<CheckSumType>remove in interface java.util.Set<CheckSumType>public boolean removeAll(java.util.Collection<?> c)
removeAll in interface java.util.Collection<CheckSumType>removeAll in interface java.util.Set<CheckSumType>public boolean retainAll(java.util.Collection<?> c)
retainAll in interface java.util.Collection<CheckSumType>retainAll in interface java.util.Set<CheckSumType>public void setSet(java.util.TreeSet<CheckSumType> set)
set - the _set to setpublic int size()
size in interface java.util.Collection<CheckSumType>size in interface java.util.Set<CheckSumType>public java.util.NavigableSet<CheckSumType> subSet(CheckSumType fromElement, boolean fromInclusive, CheckSumType toElement, boolean toInclusive)
fromElement - the "from" type to matchfromInclusive - if inclusive or nottoElement - the "to" type to matchtoInclusive - if inclusive or notNavigableSet of CheckSumTypeTreeSet.subSet(java.lang.Object, boolean,
java.lang.Object, boolean)public java.util.SortedSet<CheckSumType> subSet(CheckSumType fromElement, CheckSumType toElement)
subSet in interface java.util.SortedSet<CheckSumType>fromElement - the "from" type to matchtoElement - the "to" type to matchSortedSet of CheckSumTypeTreeSet.subSet(java.lang.Object, java.lang.Object)public java.util.SortedSet<CheckSumType> tailSet(CheckSumType fromElement)
tailSet in interface java.util.SortedSet<CheckSumType>fromElement - the "from" type to matchSortedSet of CheckSumTypeTreeSet.tailSet(java.lang.Object)public java.util.NavigableSet<CheckSumType> tailSet(CheckSumType fromElement, boolean inclusive)
fromElement - the "from" type to matchinclusive - if inclusive or notNavigableSet of CheckSumTypeTreeSet.tailSet(java.lang.Object, boolean)public java.lang.Object[] toArray()
toArray in interface java.util.Collection<CheckSumType>toArray in interface java.util.Set<CheckSumType>public <T> T[] toArray(T[] a)
toArray in interface java.util.Collection<CheckSumType>toArray in interface java.util.Set<CheckSumType>public java.lang.String toString()
toString in class UntypedData