com.github.arturopala.bufferandslice
Returns value at the given index withing the range.
Returns value at the given index withing the range.
Returns new iterable of Slice values.
Returns new iterable of Slice values.
Dumps content to the array, starting from an index.
Dumps content to the array, starting from an index.
Counts values fulfilling the predicate.
Counts values fulfilling the predicate.
Detaches a slice creating a trimmed copy of an underlying data.
Detaches a slice creating a trimmed copy of an underlying data.
Lazily narrows Slice to exclude first N items.
Lazily narrows Slice to exclude first N items.
Lazily narrows Slice to exclude last N items.
Lazily narrows Slice to exclude last N items.
Returns first value in the Slice.
Returns first value in the Slice.
Returns first value in the Slice.
Returns first value in the Slice.
Returns the Slice without last value.
Returns the Slice without last value.
Returns true if Slice has values, otherwise false.
Returns true if Slice has values, otherwise false.
Returns iterator over slice's values fulfilling the predicate.
Returns iterator over slice's values fulfilling the predicate.
Returns iterator over slice's values.
Returns iterator over slice's values.
Returns the last value in the Slice.
Returns the last value in the Slice.
Returns the last value in the Slice.
Returns the last value in the Slice.
Sliced range length.
Sliced range length.
Lazily composes mapping function and returns new MappedArraySlice.
Lazily composes mapping function and returns new MappedArraySlice. Does not modify nor copy underlying array.
Returns true if Slice has values, otherwise false.
Returns true if Slice has values, otherwise false.
Returns iterator over slice's values, fulfilling the predicate, in the reverse order.
Returns iterator over slice's values, fulfilling the predicate, in the reverse order.
Returns iterator over slice's values in the reverse order.
Returns iterator over slice's values in the reverse order.
Lazily narrows Slice to provided range.
Lazily narrows Slice to provided range.
Returns the Slice without first value.
Returns the Slice without first value.
Lazily narrows Slice to first N items.
Lazily narrows Slice to first N items.
Lazily narrows Slice to last N items.
Lazily narrows Slice to last N items.
Returns a minimal copy of an underlying array, trimmed to the actual range.
Returns a minimal copy of an underlying array, trimmed to the actual range.
Returns buffer with a copy of this Slice.
Returns buffer with a copy of this Slice.
Returns new list of Slice values.
Returns new list of Slice values.
Returns new sequence of Slice values.
Returns new sequence of Slice values.
Creates a copy of the slice with modified value.
Creates a copy of the slice with modified value.
Lazy, specialized slice of the array of bytes.