public abstract class AbstractCharSortedSet extends AbstractCharSet implements CharSortedSet
Modifier and Type | Method and Description |
---|---|
CharBidirectionalIterator |
charIterator()
Deprecated.
|
java.lang.Character |
first()
Deprecated.
Please use the corresponding type-specific method instead.
|
CharSortedSet |
headSet(java.lang.Character to)
Deprecated.
Please use the corresponding type-specific method instead.
|
abstract CharBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
java.lang.Character |
last()
Deprecated.
Please use the corresponding type-specific method instead.
|
CharSortedSet |
subSet(java.lang.Character from,
java.lang.Character to)
Deprecated.
Please use the corresponding type-specific method instead.
|
CharSortedSet |
tailSet(java.lang.Character from)
Deprecated.
Please use the corresponding type-specific method instead.
|
equals, hashCode, remove, remove
add, add, addAll, addAll, contains, contains, containsAll, containsAll, isEmpty, rem, rem, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toCharArray, toCharArray, toString
comparator, firstChar, headSet, iterator, lastChar, subSet, tailSet
add, addAll, contains, containsAll, rem, removeAll, retainAll, toArray, toArray, toCharArray, toCharArray
@Deprecated public CharSortedSet headSet(java.lang.Character to)
headSet
in interface CharSortedSet
headSet
in interface java.util.SortedSet<java.lang.Character>
SortedSet.headSet(Object)
@Deprecated public CharSortedSet tailSet(java.lang.Character from)
tailSet
in interface CharSortedSet
tailSet
in interface java.util.SortedSet<java.lang.Character>
SortedSet.tailSet(Object)
@Deprecated public CharSortedSet subSet(java.lang.Character from, java.lang.Character to)
subSet
in interface CharSortedSet
subSet
in interface java.util.SortedSet<java.lang.Character>
SortedSet.subSet(Object,Object)
@Deprecated public java.lang.Character first()
first
in interface java.util.SortedSet<java.lang.Character>
@Deprecated public java.lang.Character last()
last
in interface java.util.SortedSet<java.lang.Character>
@Deprecated public CharBidirectionalIterator charIterator()
charIterator
in interface CharCollection
charIterator
in interface CharSortedSet
charIterator
in class AbstractCharCollection
CharCollection.iterator()
public abstract CharBidirectionalIterator iterator()
CharCollection
Note 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 CharCollection
iterator
in interface CharIterable
iterator
in interface CharSet
iterator
in interface CharSortedSet
iterator
in interface java.lang.Iterable<java.lang.Character>
iterator
in interface java.util.Collection<java.lang.Character>
iterator
in interface java.util.Set<java.lang.Character>
iterator
in class AbstractCharSet