Uses of Class
com.ebay.erl.mobius.core.collection.CaseInsensitiveTreeMap

Packages that use CaseInsensitiveTreeMap
com.ebay.erl.mobius.core.model Provides classes representing tje Mobius data model, such as Tuple or Column
com.ebay.erl.mobius.util Provides utility classes. 
 

Uses of CaseInsensitiveTreeMap in com.ebay.erl.mobius.core.model
 

Methods in com.ebay.erl.mobius.core.model with parameters of type CaseInsensitiveTreeMap
 Tuple Tuple.put(java.lang.String name, CaseInsensitiveTreeMap value)
          For the given column named name, add (if it doesn't exist) to this tuple or update (if it exists) its value to the given value.
 

Uses of CaseInsensitiveTreeMap in com.ebay.erl.mobius.util
 

Methods in com.ebay.erl.mobius.util that return CaseInsensitiveTreeMap
static CaseInsensitiveTreeMap SerializableUtil.deseralizeTreeMap(java.io.DataInput in)