public class LabeledProperties
extends java.lang.Object
Constructor and Description |
---|
LabeledProperties() |
Modifier and Type | Method and Description |
---|---|
void |
insert(LabeledProperty property) |
java.util.Iterator<LabeledProperty> |
query_iterator(int start,
int end) |
java.util.List<LabeledProperty> |
query(java.lang.String label,
int start,
int end) |
public java.util.List<LabeledProperty> query(java.lang.String label, int start, int end)
public void insert(LabeledProperty property)
public java.util.Iterator<LabeledProperty> query_iterator(int start, int end)