protected static class SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit extends SegmentSequence.StringArrayPool.AccessUnitBase
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit.Queue |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
needsInterning
Whether that additional segment needs interning.
|
protected java.lang.String |
segment
The one additional segment.
|
protected int |
segmentCount
The number of those segments to include.
|
protected java.lang.String[] |
segments
The segments being accessed.
|
stringAccessUnit, substringAccessUnitcreatedEntry, entries, hashCode, matchingIndex, next, queue, values, valuesLength| Modifier | Constructor and Description |
|---|---|
protected |
SegmentsAndSegmentAccessUnit(SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit.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[] segments,
int segmentCount,
java.lang.String segment,
boolean needsInterning)
Caches the parameters and computes the hash code.
|
getValue, internString, internString, setArbitraryValue, setValueadd, getEntry, match, rematchesprotected java.lang.String[] segments
protected int segmentCount
protected java.lang.String segment
protected boolean needsInterning
protected SegmentsAndSegmentAccessUnit(SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit.Queue queue)
protected void setValue(java.lang.String[] segments,
int segmentCount,
java.lang.String segment,
boolean needsInterning)
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