Interface GonArray<K,V>

All Superinterfaces:
GonElement<K,V>, Iterable<GonElement<K,V>>
All Known Implementing Classes:
GonArrayImpl

public interface GonArray<K,V> extends GonElement<K,V>, Iterable<GonElement<K,V>>