Example usage for org.apache.commons.collections.primitives ArrayCharList ArrayCharList

List of usage examples for org.apache.commons.collections.primitives ArrayCharList ArrayCharList

Introduction

In this page you can find the example usage for org.apache.commons.collections.primitives ArrayCharList ArrayCharList.

Prototype

public ArrayCharList(char[] array) 

Source Link

Document

Constructs a list by copying the specified array.

Usage

From source file:com.redhat.persistence.oql.Generator.java

Object getStoreKey() {
    return new Key(new ArrayCharList(m_hash), m_hashCode);
}