Searched defs:BytesRef (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DBytesRef.java27 public final class BytesRef implements Comparable<BytesRef>,Cloneable { class in inherits:Comparable,Cloneable
31 /** The contents of the BytesRef. Should never be {@code null}. */
40 /** Create a BytesRef with {@link #EMPTY_BYTES} */
41 public BytesRef() { method in class:BytesRef
48 public BytesRef(byte[] bytes, int offset, int length) { method in class:BytesRef
57 public BytesRef(byte[] bytes) { method in class:BytesRef
62 * Create a BytesRef pointing to a new array of size <code>capacity</code>.
65 public BytesRef(int capacity) { method in class:BytesRef
76 public BytesRef(CharSequenc method in class:BytesRef
[all...]

Completed in 3624 milliseconds