Class BufferSpliterators


  • public class BufferSpliterators
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  BufferSpliterators.DoubleBufferSpliterator
      A Spliterator.OfDouble designed for use by sources that traverse and split elements maintained in an unmodifiable DoubleBuffer.
      static class  BufferSpliterators.IntBufferSpliterator
      A Spliterator.OfInt designed for use by sources that traverse and split elements maintained in an unmodifiable IntBuffer.
      static class  BufferSpliterators.LongBufferSpliterator
      A Spliterator.OfLong designed for use by sources that traverse and split elements maintained in an unmodifiable LongBuffer.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BufferSpliterators

        public BufferSpliterators()