cascading.lingual.util
Class MiscCollection

java.lang.Object
  extended by cascading.lingual.util.MiscCollection

public class MiscCollection
extends Object


Constructor Summary
MiscCollection()
           
 
Method Summary
static
<A,B> Map<B,A>
invert(Map<A,B> map)
           
static
<Key,Value>
com.google.common.cache.LoadingCache<Key,Value>
makeInternedCache(com.google.common.base.Function<Key,Value> factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiscCollection

public MiscCollection()
Method Detail

invert

public static <A,B> Map<B,A> invert(Map<A,B> map)

makeInternedCache

public static <Key,Value> com.google.common.cache.LoadingCache<Key,Value> makeInternedCache(com.google.common.base.Function<Key,Value> factory)


Copyright © 2007-2013 Concurrent, Inc. All Rights Reserved.