jruby/docs BETA
Navigation
org.apache.lucene.util 107
I Accountable
C Accountables
C ArrayUtil
I Attribute
C AttributeFactory
C AttributeImpl
I AttributeReflector
C AttributeSource
C BitDocIdSet
C BitSet
C BitSetIterator
C BitUtil
I Bits
C ByteBlockPool
C BytesRef
C BytesRefArray
C BytesRefBlockPool
C BytesRefBuilder
C BytesRefComparator
C BytesRefHash
I BytesRefIterator
C CharsRef
C CharsRefBuilder
I ClassLoaderUtils
C ClasspathResourceLoader
C CloseableThreadLocal
C CollectionUtil
C CommandLineUtil
C Constants
C Counter
C DenseLiveDocs
C DocBaseBitSetIterator
C DocIdSetBuilder
C FileDeleter
C FilterIterator
C FixedBitSet
C FixedLengthBytesRefArray
I FloatToFloatFunction
C FrequencyTrackingRingBuffer
C GroupVIntUtil
I IOBooleanSupplier
I IOConsumer
I IOFunction
I IORunnable
I IOSupplier
C IOUtils
A IgnoreRandomChains
C InPlaceMergeSorter
C InfoStream
C IntBlockPool
C IntroSelector
C IntroSorter
C IntsRef
C IntsRefBuilder
C JavaLoggingInfoStream
C LSBRadixSorter
I LiveDocs
C LongBitSet
C LongHeap
C LongValues
C LongsRef
C MSBRadixSorter
C MapOfSets
C MathUtil
C MergedIterator
C ModuleResourceLoader
C NamedSPILoader
C NamedThreadFactory
C NotDocIdSet
C NumericUtils
C OfflineSorter
C PagedBytes
C PrintStreamInfoStream
C PriorityQueue
C QueryBuilder
C RadixSelector
C RamUsageEstimator
C RecyclingByteBlockAllocator
C RecyclingIntBlockAllocator
C RefCount
I ResourceLoader
I ResourceLoaderAware
C RoaringDocIdSet
C RollingBuffer
C SameThreadExecutorService
C Selector
C SentinelIntSet
C SetOnce
C SloppyMath
C SmallFloat
C Sorter
C SparseFixedBitSet
C SparseLiveDocs
C StableMSBRadixSorter
C StringHelper
C StringSorter
A SuppressForbidden
C TernaryLongHeap
C ThreadInterruptedException
C TimSorter
C ToStringUtils
C UnicodeUtil
I Unwrappable
C VectorUtil
C Version
C VirtualMethod
C WeakIdentityMap
LSBRadixSorter — members 2
C new()
C sort(num_bits, array, len)

org.apache.lucene.util.LSBRadixSorter

class final 2 members

A LSB Radix sorter for unsigned int values.

Constructors

new

new ( )
Java: <init>()

Instance Methods

sort

sort ( int num_bits, int[] array, int len )
Java: sort(int numBits, int[] array, int len)

Sort array[0:len] in place.

nametypedescription
num_bitsinthow many bits are required to store any of the values in array[0:len]. Pass 32 if unknown.
this work for additional information regarding copyright ownership.