Package io.bytestreams.codec.core.util


package io.bytestreams.codec.core.util
  • Class
    Description
    BiMap<K,V>
    An immutable bidirectional map that maintains a one-to-one mapping between keys and values.
    Reads code points from an input stream using a charset.
    A bidirectional conversion between two types.
    Exception thrown when a Converter conversion fails.
    Factory methods for creating Converter instances.
    Utility methods for working with input streams.
    Pair<A,B>
    An immutable pair of two values.
    Utility methods for checking preconditions.
    Utility methods for creating common predicates.
    Utility methods for string operations.
    TriFunction<A,B,C,R>
    Represents a function that accepts three arguments and produces a result.
    Triple<A,B,C>
    An immutable triple of three values.