Module org.apache.lucene.core
Class Lucene99ScoreSkipReader.MutableImpactList
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<Impact>
-
- org.apache.lucene.codecs.lucene99.Lucene99ScoreSkipReader.MutableImpactList
-
- All Implemented Interfaces:
java.lang.Iterable<Impact>
,java.util.Collection<Impact>
,java.util.List<Impact>
,java.util.RandomAccess
- Enclosing class:
- Lucene99ScoreSkipReader
static class Lucene99ScoreSkipReader.MutableImpactList extends java.util.AbstractList<Impact> implements java.util.RandomAccess
-
-
Constructor Summary
Constructors Constructor Description MutableImpactList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Impact
get(int index)
int
size()
-
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
-