Uses of Interface
org.apache.uima.internal.util.Common_hash_support.CommonCopyOld2New
-
Packages that use Common_hash_support.CommonCopyOld2New Package Description org.apache.uima.internal.util -
-
Uses of Common_hash_support.CommonCopyOld2New in org.apache.uima.internal.util
Methods in org.apache.uima.internal.util with parameters of type Common_hash_support.CommonCopyOld2New Modifier and Type Method Description protected abstract void
Common_hash_support. copy_to_new_table(int new_capacity, int old_capacity, Common_hash_support.CommonCopyOld2New r)
protected void
Int2ObjHashMap. copy_to_new_table(int newCapacity, int oldCapacity, Common_hash_support.CommonCopyOld2New commonCopy)
protected void
IntHashSet. copy_to_new_table(int new_capacity, int old_capacity, Common_hash_support.CommonCopyOld2New commonCopy)
protected void
Obj2IntIdentityHashMap. copy_to_new_table(int newCapacity, int oldCapacity, Common_hash_support.CommonCopyOld2New commonCopy)
protected void
ObjHashSet. copy_to_new_table(int new_capacity, int old_capacity, Common_hash_support.CommonCopyOld2New commonCopy)
-