| Package | Description |
|---|---|
| de.ipk_gatersleben.bit.bi.edal.primary_data.metadata |
| Modifier and Type | Method and Description |
|---|---|
CheckSumType |
CheckSum.ceiling(CheckSumType e) |
CheckSumType |
CheckSum.first() |
CheckSumType |
CheckSum.floor(CheckSumType e) |
CheckSumType |
CheckSum.higher(CheckSumType e) |
CheckSumType |
CheckSum.last() |
CheckSumType |
CheckSum.lower(CheckSumType e) |
CheckSumType |
CheckSum.pollFirst() |
CheckSumType |
CheckSum.pollLast() |
| Modifier and Type | Method and Description |
|---|---|
Comparator<? super CheckSumType> |
CheckSum.comparator() |
Iterator<CheckSumType> |
CheckSum.descendingIterator() |
NavigableSet<CheckSumType> |
CheckSum.descendingSet() |
Set<CheckSumType> |
CheckSum.getSet() |
SortedSet<CheckSumType> |
CheckSum.headSet(CheckSumType toElement) |
NavigableSet<CheckSumType> |
CheckSum.headSet(CheckSumType toElement,
boolean inclusive) |
Iterator<CheckSumType> |
CheckSum.iterator() |
NavigableSet<CheckSumType> |
CheckSum.subSet(CheckSumType fromElement,
boolean fromInclusive,
CheckSumType toElement,
boolean toInclusive) |
SortedSet<CheckSumType> |
CheckSum.subSet(CheckSumType fromElement,
CheckSumType toElement) |
SortedSet<CheckSumType> |
CheckSum.tailSet(CheckSumType fromElement) |
NavigableSet<CheckSumType> |
CheckSum.tailSet(CheckSumType fromElement,
boolean inclusive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CheckSum.add(CheckSumType e) |
CheckSumType |
CheckSum.ceiling(CheckSumType e) |
CheckSumType |
CheckSum.floor(CheckSumType e) |
SortedSet<CheckSumType> |
CheckSum.headSet(CheckSumType toElement) |
NavigableSet<CheckSumType> |
CheckSum.headSet(CheckSumType toElement,
boolean inclusive) |
CheckSumType |
CheckSum.higher(CheckSumType e) |
CheckSumType |
CheckSum.lower(CheckSumType e) |
NavigableSet<CheckSumType> |
CheckSum.subSet(CheckSumType fromElement,
boolean fromInclusive,
CheckSumType toElement,
boolean toInclusive) |
SortedSet<CheckSumType> |
CheckSum.subSet(CheckSumType fromElement,
CheckSumType toElement) |
SortedSet<CheckSumType> |
CheckSum.tailSet(CheckSumType fromElement) |
NavigableSet<CheckSumType> |
CheckSum.tailSet(CheckSumType fromElement,
boolean inclusive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CheckSum.addAll(Collection<? extends CheckSumType> c) |
void |
CheckSum.setSet(TreeSet<CheckSumType> set) |
Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.