public interface CopyOnWriteIndexPart<T extends FeatureStructure>
| Modifier and Type | Method and Description | 
|---|---|
| int | copyToArray(T[] target,
           int startingIndexInTarget)Copy FS refs to target from this index part | 
| boolean | isOriginal() | 
| Iterator<T> | iterator() | 
| void | makeReadOnlyCopy() | 
| int | size() | 
void makeReadOnlyCopy()
boolean isOriginal()
int size()
int copyToArray(T[] target, int startingIndexInTarget)
target - the target array to copy intostartingIndexInTarget - the starting index in the target arrayCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.