Package io.bytestreams.codec.core.util
package io.bytestreams.codec.core.util
-
ClassDescriptionBiMap<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.Converter<V,U> A bidirectional conversion between two types.Exception thrown when aConverterconversion fails.Factory methods for creatingConverterinstances.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.