- java.lang.Object
-
- swim.db.MetaLeaf
-
public class MetaLeaf extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description swim.structure.Valuekey()swim.structure.Valuename()swim.structure.ValuetoValue()TreeTypetype()swim.structure.Valuevalue()
-
-
-
Constructor Detail
-
MetaLeaf
public MetaLeaf(swim.structure.Value name, TreeType type, swim.structure.Value key, swim.structure.Value value)
-
-
Method Detail
-
name
public final swim.structure.Value name()
-
type
public final TreeType type()
-
key
public final swim.structure.Value key()
-
value
public final swim.structure.Value value()
-
toValue
public swim.structure.Value toValue()
-
-