List of usage examples for org.apache.commons.collections.primitives ArrayCharList ArrayCharList
public ArrayCharList(char[] array)
From source file:com.redhat.persistence.oql.Generator.java
Object getStoreKey() {
return new Key(new ArrayCharList(m_hash), m_hashCode);
}