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
Unwrappable — members 2
M unwrap() T
M unwrap_all(o) T

org.apache.lucene.util.Unwrappable

interface abstract 2 members

An object with this interface is a wrapper around another object (e.g., a filter with a delegate). The method #unwrap() can be called to get the wrapped object

Class Methods

unwrap_all

T unwrap_all ( T o )
Java: unwrapAll(T o)

Unwraps all Unwrappables around the given object.

Instance Methods

unwrap

T unwrap ( )
Java: unwrap()

Unwraps this instance

this work for additional information regarding copyright ownership.