Package org.simantics.databoard.util

Interface Summary
ListSync.ListAdvisor  
 

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.
Bean Bean is a class with public fields or public get/setters.
Bean.Id In this version of the bean, the hash/equals compares to identifiers.
BijectionMap<L,R> Bijection map is a Map that has no values or keys, only 1:1 mappings of values.
DatatypeVisitorAdapter  
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  
ListSync Synchronizes two lists
NumberComparator  
ObjectUtils ObjectUtils
Range Number range.
ReflectionUtils Reflection Utils
StreamUtil  
StringUtil  
TypeReflection  
URIUtil Simantics URI and identifier escape specification.
 

Exception Summary
RangeException