public abstract class AbstractCharSortedSet extends AbstractCharSet implements CharSortedSet
| Modifier and Type | Method and Description |
|---|---|
CharBidirectionalIterator |
charIterator()
Deprecated.
|
Character |
first()
Delegates to the corresponding type-specific method.
|
CharSortedSet |
headSet(Character to)
Delegates to the corresponding type-specific method.
|
abstract CharBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
Character |
last()
Delegates to the corresponding type-specific method.
|
CharSortedSet |
subSet(Character from,
Character to)
Delegates to the corresponding type-specific method.
|
CharSortedSet |
tailSet(Character from)
Delegates to the corresponding type-specific method.
|
equals, hashCode, rem, remove, removeadd, add, addAll, addAll, contains, contains, containsAll, containsAll, isEmpty, rem, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toCharArray, toCharArray, toStringclear, sizecomparator, firstChar, headSet, iterator, lastChar, subSet, tailSetadd, addAll, contains, containsAll, rem, removeAll, retainAll, toArray, toArray, toCharArray, toCharArraypublic CharSortedSet headSet(Character to)
headSet in interface CharSortedSetheadSet in interface SortedSet<Character>SortedSet.headSet(Object)public CharSortedSet tailSet(Character from)
tailSet in interface CharSortedSettailSet in interface SortedSet<Character>SortedSet.tailSet(Object)public CharSortedSet subSet(Character from, Character to)
subSet in interface CharSortedSetsubSet in interface SortedSet<Character>SortedSet.subSet(Object,Object)public Character first()
public Character last()
@Deprecated public CharBidirectionalIterator charIterator()
charIterator in interface CharCollectioncharIterator in interface CharSortedSetcharIterator in class AbstractCharCollectionCharCollection.iterator()public abstract CharBidirectionalIterator iterator()
CharCollectionNote that this specification strengthens the one given in
Iterable.iterator(), which was already
strengthened in the corresponding type-specific class,
but was weakened by the fact that this interface extends Collection.
iterator in interface CharCollectioniterator in interface CharIterableiterator in interface CharSetiterator in interface CharSortedSetiterator in interface Iterable<Character>iterator in interface Collection<Character>iterator in interface Set<Character>iterator in class AbstractCharSet