Class Hierarchy
- java.lang.Object
- com.github.tommyettinger.ds.support.util.AlteringIterator<T,
R> (implements java.util.Iterator<E>) - com.github.tommyettinger.ds.support.util.CharPredicates
- com.github.tommyettinger.ds.support.util.EditingBooleanIterator (implements com.github.tommyettinger.ds.support.util.BooleanIterator)
- com.github.tommyettinger.ds.support.util.EditingByteIterator (implements com.github.tommyettinger.ds.support.util.ByteIterator)
- com.github.tommyettinger.ds.support.util.EditingCharIterator (implements com.github.tommyettinger.ds.support.util.CharIterator)
- com.github.tommyettinger.ds.support.util.EditingDoubleIterator (implements com.github.tommyettinger.ds.support.util.DoubleIterator)
- com.github.tommyettinger.ds.support.util.EditingFloatIterator (implements com.github.tommyettinger.ds.support.util.FloatIterator)
- com.github.tommyettinger.ds.support.util.EditingIntIterator (implements com.github.tommyettinger.ds.support.util.IntIterator)
- com.github.tommyettinger.ds.support.util.EditingIterator<T> (implements java.util.Iterator<E>)
- com.github.tommyettinger.ds.support.util.EditingLongIterator (implements com.github.tommyettinger.ds.support.util.LongIterator)
- com.github.tommyettinger.ds.support.util.EditingShortIterator (implements com.github.tommyettinger.ds.support.util.ShortIterator)
- com.github.tommyettinger.ds.support.util.FilteringBooleanIterator (implements com.github.tommyettinger.ds.support.util.BooleanIterator)
- com.github.tommyettinger.ds.support.util.FilteringByteIterator (implements com.github.tommyettinger.ds.support.util.ByteIterator)
- com.github.tommyettinger.ds.support.util.FilteringCharIterator (implements com.github.tommyettinger.ds.support.util.CharIterator)
- com.github.tommyettinger.ds.support.util.FilteringDoubleIterator (implements com.github.tommyettinger.ds.support.util.DoubleIterator)
- com.github.tommyettinger.ds.support.util.FilteringFloatIterator (implements com.github.tommyettinger.ds.support.util.FloatIterator)
- com.github.tommyettinger.ds.support.util.FilteringIntIterator (implements com.github.tommyettinger.ds.support.util.IntIterator)
- com.github.tommyettinger.ds.support.util.FilteringIterator<T> (implements java.util.Iterator<E>)
- com.github.tommyettinger.ds.support.util.FilteringLongIterator (implements com.github.tommyettinger.ds.support.util.LongIterator)
- com.github.tommyettinger.ds.support.util.FilteringShortIterator (implements com.github.tommyettinger.ds.support.util.ShortIterator)
- com.github.tommyettinger.ds.support.util.LimitingBooleanIterator (implements com.github.tommyettinger.ds.support.util.BooleanIterator)
- com.github.tommyettinger.ds.support.util.LimitingByteIterator (implements com.github.tommyettinger.ds.support.util.ByteIterator)
- com.github.tommyettinger.ds.support.util.LimitingCharIterator (implements com.github.tommyettinger.ds.support.util.CharIterator)
- com.github.tommyettinger.ds.support.util.LimitingDoubleIterator (implements com.github.tommyettinger.ds.support.util.DoubleIterator)
- com.github.tommyettinger.ds.support.util.LimitingFloatIterator (implements com.github.tommyettinger.ds.support.util.FloatIterator)
- com.github.tommyettinger.ds.support.util.LimitingIntIterator (implements com.github.tommyettinger.ds.support.util.IntIterator)
- com.github.tommyettinger.ds.support.util.LimitingIterator<T> (implements java.util.Iterator<E>)
- com.github.tommyettinger.ds.support.util.LimitingLongIterator (implements com.github.tommyettinger.ds.support.util.LongIterator)
- com.github.tommyettinger.ds.support.util.LimitingShortIterator (implements com.github.tommyettinger.ds.support.util.ShortIterator)
- com.github.tommyettinger.ds.support.util.StridingBooleanIterator (implements com.github.tommyettinger.ds.support.util.BooleanIterator)
- com.github.tommyettinger.ds.support.util.StridingByteIterator (implements com.github.tommyettinger.ds.support.util.ByteIterator)
- com.github.tommyettinger.ds.support.util.StridingCharIterator (implements com.github.tommyettinger.ds.support.util.CharIterator)
- com.github.tommyettinger.ds.support.util.StridingDoubleIterator (implements com.github.tommyettinger.ds.support.util.DoubleIterator)
- com.github.tommyettinger.ds.support.util.StridingFloatIterator (implements com.github.tommyettinger.ds.support.util.FloatIterator)
- com.github.tommyettinger.ds.support.util.StridingIntIterator (implements com.github.tommyettinger.ds.support.util.IntIterator)
- com.github.tommyettinger.ds.support.util.StridingIterator<T> (implements java.util.Iterator<E>)
- com.github.tommyettinger.ds.support.util.StridingLongIterator (implements com.github.tommyettinger.ds.support.util.LongIterator)
- com.github.tommyettinger.ds.support.util.StridingShortIterator (implements com.github.tommyettinger.ds.support.util.ShortIterator)
- com.github.tommyettinger.ds.support.util.AlteringIterator<T,
Interface Hierarchy
- com.github.tommyettinger.ds.support.util.Appender<T>
- com.github.tommyettinger.ds.support.util.BooleanAppender
- com.github.tommyettinger.ds.support.util.ByteAppender
- com.github.tommyettinger.ds.support.util.CharAppender
- com.github.tommyettinger.ds.support.util.DoubleAppender
- com.github.tommyettinger.ds.support.util.FloatAppender
- com.github.tommyettinger.ds.support.util.IntAppender
- java.util.Iterator<E>
- com.github.tommyettinger.ds.support.util.BooleanIterator
- com.github.tommyettinger.ds.support.util.ByteIterator
- com.github.tommyettinger.ds.support.util.CharIterator
- com.github.tommyettinger.ds.support.util.DoubleIterator
- com.github.tommyettinger.ds.support.util.FloatIterator
- com.github.tommyettinger.ds.support.util.IntIterator
- com.github.tommyettinger.ds.support.util.LongIterator
- com.github.tommyettinger.ds.support.util.ShortIterator
- com.github.tommyettinger.ds.support.util.LongAppender
- com.github.tommyettinger.ds.support.util.PartialParser<R>
- com.github.tommyettinger.ds.support.util.ShortAppender