at.molindo.utils.data
Class Pair.PairCollectionBuilder<K,V>

java.lang.Object
  extended by at.molindo.utils.collections.CollectionBuilder<Pair<K,V>,List<Pair<K,V>>>
      extended by at.molindo.utils.data.Pair.PairCollectionBuilder<K,V>
Enclosing class:
Pair<A,B>

public static class Pair.PairCollectionBuilder<K,V>
extends CollectionBuilder<Pair<K,V>,List<Pair<K,V>>>


Constructor Summary
protected Pair.PairCollectionBuilder()
           
 
Method Summary
 Pair.PairCollectionBuilder<K,V> pair(K key, V value)
           
 
Methods inherited from class at.molindo.utils.collections.CollectionBuilder
add, addAll, addAll, builder, get, list, list, set, set, sortedSet, sortedSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair.PairCollectionBuilder

protected Pair.PairCollectionBuilder()
Method Detail

pair

public Pair.PairCollectionBuilder<K,V> pair(K key,
                                            V value)


Copyright © 2013 Molindo GmbH. All Rights Reserved.