Android SDK Version


public interface CollectionMapper.Collection<T>
Method Summary
Modifier and TypeMethodDescription
abstract Iterator<T>keyIterator()
abstract Objectget(T key)
abstract voidset(T key, Object value, CollectionMapper.OnErrorListener onErrorListener)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

keyIterator

 abstract Iterator<T> keyIterator()

get

 abstract Objectget(T key)

set

 abstract void set(T key, Object value, CollectionMapper.OnErrorListener onErrorListener)