Class SegmentSequence.StringArrayPool

All Implemented Interfaces:
Serializable, Iterable<String[]>, Collection<String[]>, Set<String[]>, InterningSet<String[]>
Enclosing class:
SegmentSequence

protected static class SegmentSequence.StringArrayPool extends Pool<String[]>
A specialized pool for caching string arrays.
See Also: