Class AbstractByteSortedSet

    • Method Detail

      • iterator

        public abstract ByteBidirectionalIterator iterator()
        Description copied from interface: ByteCollection
        Returns a type-specific iterator on the elements of this collection.

        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.

        Specified by:
        iterator in interface ByteBidirectionalIterable
        Specified by:
        iterator in interface ByteCollection
        Specified by:
        iterator in interface ByteIterable
        Specified by:
        iterator in interface ByteSet
        Specified by:
        iterator in interface ByteSortedSet
        Specified by:
        iterator in interface java.util.Collection<java.lang.Byte>
        Specified by:
        iterator in interface java.lang.Iterable<java.lang.Byte>
        Specified by:
        iterator in interface java.util.Set<java.lang.Byte>
        Specified by:
        iterator in class AbstractByteSet
        Returns:
        a type-specific iterator on the elements of this collection.
        See Also:
        Iterable.iterator()