Package dev.brachtendorf.mutable
-
Interface Summary Interface Description Mutable<T> Mutable class wrapper for basic java data types. -
Class Summary Class Description MutableBoolean Mutable class wrapper for boolean values.MutableByte Mutable class wrapper for byte values.MutableDouble Mutable class wrapper for double values.MutableFloat Mutable class wrapper for float values.MutableInteger Mutable class wrapper for integer values.MutableLong Mutable class wrapper for long values.MutableObject<T> * Mutable class wrapper for objects.