protected static class SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit extends SegmentSequence.StringArrayPool.AccessUnitBase
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit.Queue |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
needsToIntern
Whether the second segment's string need to be interned.
|
protected java.lang.String[] |
segments1
The first segments.
|
protected java.lang.String[] |
segments2
The first segments.
|
stringAccessUnit, substringAccessUnitcreatedEntry, entries, hashCode, matchingIndex, next, queue, values, valuesLength| Modifier | Constructor and Description |
|---|---|
protected |
SegmentsAndSegmentsAccessUnit(SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit.Queue queue)
Creates an instance managed by the given queue.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getInternalizedValue()
Gets the value that should be added to the pool.
|
protected boolean |
matches(java.lang.String[] value)
Used to determine whether the given value from the pool is equal to the value being accessed.
|
void |
reset(boolean isExclusive)
Prepare the access unit for reuse.
|
protected void |
setValue(java.lang.String[] segments1,
java.lang.String[] segments2,
boolean needsToIntern)
Caches the parameters and computes the hash code.
|
getValue, internString, internString, setArbitraryValue, setValueadd, getEntry, match, rematchesprotected java.lang.String[] segments1
protected java.lang.String[] segments2
protected boolean needsToIntern
protected SegmentsAndSegmentsAccessUnit(SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit.Queue queue)
protected void setValue(java.lang.String[] segments1,
java.lang.String[] segments2,
boolean needsToIntern)
protected boolean matches(java.lang.String[] value)
Pool.AccessUnitObject.equals(Object).matches in class SegmentSequence.StringArrayPool.AccessUnitBasepublic java.lang.String[] getInternalizedValue()
Pool.AccessUnitgetInternalizedValue in class Pool.AccessUnit<java.lang.String[]>public void reset(boolean isExclusive)
Pool.AccessUnitPool.AccessUnit.values and Pool.AccessUnit.entries
and then reset the Pool.AccessUnit.valuesLength to 0reset in class Pool.AccessUnit<java.lang.String[]>Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature