Package org.simantics.databoard.util

Class Summary
ArrayUtils  
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
BijectionMap<L,R> Bijection map is a Map that has no values or keys, only 1:1 mappings of values.
DataValueUtil DataValue handling utilities
IdentityHashSet<E>  
IdentityPair<T1,T2> A generic Pair (2-tuple) structure for containing two object instances of chosen types.
Limit  
Limit.Exclusive  
Limit.ExclusiveLong  
Limit.Inclusive  
Limit.InclusiveLong  
Limit.Nolimit  
NumberComparator  
ObjectUtils ObjectUtils
Range Number range.
ReflectionUtils Reflection Utils
StreamUtil  
TypeReflection  
URIUtil Simantics URI and identifier escape specification.
 

Exception Summary
RangeException