Package org.jpmml.evaluator
Class SimpleInterner<V>
- java.lang.Object
-
- org.jpmml.evaluator.SimpleInterner<V>
-
- All Implemented Interfaces:
com.google.common.collect.Interner<V>
public class SimpleInterner<V> extends Object implements com.google.common.collect.Interner<V>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Vintern(V object)static <V> SimpleInterner<V>newInstance()
-
-
-
Method Detail
-
intern
public V intern(V object)
- Specified by:
internin interfacecom.google.common.collect.Interner<V>
-
clear
public void clear()
-
newInstance
public static <V> SimpleInterner<V> newInstance()
-
-