Class DeferredContentProvider.DeferredContentProviderIterator

    • Constructor Detail

      • DeferredContentProviderIterator

        private DeferredContentProviderIterator()
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<java.nio.ByteBuffer>
      • next

        public java.nio.ByteBuffer next()
        Specified by:
        next in interface java.util.Iterator<java.nio.ByteBuffer>
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<java.nio.ByteBuffer>
      • failed

        public void failed​(java.lang.Throwable x)
        Description copied from interface: Callback

        Callback invoked when the operation fails.

        Specified by:
        failed in interface Callback
        Parameters:
        x - the reason for the operation failure
      • getLock

        public java.lang.Object getLock()
        Specified by:
        getLock in interface Synchronizable
        Returns:
        the lock object to synchronize on