Package org.magicwerk.brownies.collections.helper


package org.magicwerk.brownies.collections.helper
This packages contains helper classes for the package org.magicwerk.brownies.collections.
  • Class
    Description
    The class ArraysHelper adds method for handling boolean arrays which are missing in java.util.Arrays, e.g. sort() and binarySearch().
    Helper class to create wrapper list objects wrapping primitive BigLists.
    Helper class offering various functionality:
    - create wrapper list objects wrapping primitive GapLists
    - methods interacting with CharSequence, Reader, InputStream
    Identity mapper.
    This class implements a stable in-place merge sort.
    A mutable int wrapper.
    The NaturalComparator will compare object using their natural order.
    A NullComparator extends an existing comparator so it can handle null values.
    Class Option stores a single value which may also be null.
    Static methods pertaining to sorted List instances.
    A specification for which index to return if the list contains no elements that compare as equal to the key.
    A specification for which index to return if the list contains at least one element that compares as equal to the key.