Class TupleMapView

java.lang.Object
java.util.AbstractMap<String,Object>
com.streambase.sb.TupleMapView
All Implemented Interfaces:
Map<String,Object>

class TupleMapView extends AbstractMap<String,Object>
A view onto a Tuple which uses the Map interface. This version does not support any remove operations on the map since we cannot remove a field from a Tuple (it has a fixed schema). Put is allowed. This class is only meant to be instantiated by the method Tuple.toMapView().
Since:
7.0
See Also: