protected abstract static class SandraHelper.MapExtractor<K,T,R> extends Object implements SandraHelper.Extractor<T,Map<K,R>>
protected Map<K,R>
values
protected
SandraHelper.MapExtractor()
void
extract(T value)
protected abstract R
getElement(T value)
protected abstract K
getKey(T value)
Map<K,R>
getResult()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Map<K,R> values
protected SandraHelper.MapExtractor()
public void extract(T value)
extract
SandraHelper.Extractor<T,Map<K,R>>
public Map<K,R> getResult()
getResult
protected abstract K getKey(T value)
protected abstract R getElement(T value)
Copyright © 2008-2013 Cybelia. All Rights Reserved.