Package com.blackrook.engine.struct
package com.blackrook.engine.struct
Additional helper data structures and methods.
NOTICE: This entire package (and subpackages) is subject to change - do not use this outside of this library.
-
ClassDescriptionString splitting class that parses strings by whitespace and quote wrapping (single, double, or "backtick") and returns them as different formats.HashDequeMap<K,
V> A hash map that stores deques of a particular type.A special properties type that returns keys in lexicographical order.Simple OS utility functions.Assists in endian reading from an input stream.Assists in endian writing to an output stream.TreeDequeMap<K,V> A tree map that stores deques of a particular type.A factory that produces type profiles for POJOs and data objects.An interface for figuring out whether to ignore certain fields or methods on an object that a profile is being generated for (if they are already going to pass testing for includable fields).Type profile for an unknown object that has an ambiguous signature for applying values to POJOs and beans.Field information.Method signature.Various utility functions.