Uses of Class
dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer.Slice
Packages that use UnixFSCircularBlockBuffer.Slice
-
Uses of UnixFSCircularBlockBuffer.Slice in dev.getelements.elements.rt.transact.unix
Methods in dev.getelements.elements.rt.transact.unix that return UnixFSCircularBlockBuffer.SliceModifier and TypeMethodDescriptionUnixFSCircularBlockBuffer.Slice.clear()
Clears the contents of the slice by filling the underlying memory with the filler bytes.UnixFSCircularBlockBuffer.View.get
(int index) Gets theUnixFSCircularBlockBuffer.Slice<ViewedT>
associated with the index provided that the index is valid and within the range of the circular block buffer.Flat maps thisUnixFSCircularBlockBuffer.Slice<T>
by applying the supplied mapper, and returning a new instance ofUnixFSCircularBlockBuffer.View.nextLeading()
Increments the leading and gets the next object in the view.Methods in dev.getelements.elements.rt.transact.unix that return types with arguments of type UnixFSCircularBlockBuffer.SliceModifier and TypeMethodDescriptionUnixFSCircularBlockBuffer.View.reverse()
Returns a stream view of the current valid elements contained in this buffer, in reverse order.UnixFSCircularBlockBuffer.View.stream()
Returns a stream view of the current valid elements contained in this buffer.Method parameters in dev.getelements.elements.rt.transact.unix with type arguments of type UnixFSCircularBlockBuffer.SliceModifier and TypeMethodDescriptionvoid
UnixFSCircularBlockBuffer.View.incrementTrailingUntil
(Predicate<UnixFSCircularBlockBuffer.Slice<ViewedT>> predicate) Increments the trailing value, evaluating eachUnixFSCircularBlockBuffer.Slice<ViewedT>