Package com.evanmclean.evlib.lang

Cousin to java.lang package containing related utilities.

See:
          Description

Interface Summary
Str.ToString<T> Can be passed into a join call perform specialised object to string conversions.
 

Class Summary
Arr Misc functions for various array related operations.
ArrayIterable<T> Create an Iterable from an array that can produce an Iterator or a ListIterator.
MutableBoolean A wrapper around a boolean.
Obj Misc functions for various object related operations.
Str Misc string operations.
Sys Misc functions for System related info.
UnmodifiableIterable<T> Wrapper around an Iterable that will produce an Iterator that will always throw an UnsupportedOperationException if Iterator.remove() is called.
 

Package com.evanmclean.evlib.lang Description

Cousin to java.lang package containing related utilities.