public interface ISchemaCollection<K,T>
| Modifier and Type | Method and Description |
|---|---|
ISchemaCollection |
_clone() |
int |
count() |
T |
get(K key) |
java.lang.Class<?> |
getChildType() |
java.lang.Object |
getItems() |
boolean |
hasSchemaChild() |
void |
invokeOnAdd(T item,
K index) |
void |
invokeOnChange(T item,
K index) |
void |
invokeOnRemove(T item,
K index) |
void |
set(K key,
T item) |
void |
setItems(java.lang.Object items) |
void |
triggerAll() |
java.lang.Object getItems()
void setItems(java.lang.Object items)
void triggerAll()
java.lang.Class<?> getChildType()
boolean hasSchemaChild()
int count()
ISchemaCollection _clone()