public interface CollectionHost<K>
| Modifier and Type | Method and Description |
|---|---|
void |
adding(int index,
K k,
Object v) |
void |
addingNulls(int index) |
void |
clearing() |
int |
getIteratorModificationCount() |
Object |
removing(int index,
K k) |
boolean |
skipHostUpdate() |
Copyright © 2019. All rights reserved.