uk.co.jezuk.mango
Interface Collections.MapBuilder<K,V>

All Superinterfaces:
java.util.Map<K,V>
Enclosing class:
Collections

public static interface Collections.MapBuilder<K,V>
extends java.util.Map<K,V>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Method Summary
 Collections.MapBuilder<K,V> map(K key, V v)
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

map

Collections.MapBuilder<K,V> map(K key,
                                V v)


Copyright © 2002-2010 JezUK Ltd.