Package io.karma.sliced.slice


package io.karma.sliced.slice
  • Interfaces
    Class
    Description
    A primitive specialization of a regular Slice<Boolean>, which allows mutating the start- and end-index of the slice.
    A primitive specialization of a regular Slice<Byte>, which allows mutating the start- and end-index of the slice.
    A char slice is a specialized form of Slice, which provides primitive specializations and additional functionality through extending CharSequence.
    A primitive specialization of a regular Slice<Double>, which allows mutating the start- and end-index of the slice.
    A primitive specialization of a regular Slice<Float>, which allows mutating the start- and end-index of the slice.
    A primitive specialization of a regular Slice<Integer>, which allows mutating the start- and end-index of the slice.
    A primitive specialization of a regular Slice<Long>, which allows mutating the start- and end-index of the slice.
    A primitive specialization of a regular Slice<Short>, which allows mutating the start- and end-index of the slice.
    A slice is a View, which provides the ability to retrieve singular elements by their index, as well as creating sub-slices from a given index range.
    A specialized Slice for Stack, which provides an additional set of functionality over the regular slice access.