Java org.apache.lucene.util SetOnce fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util SetOnce fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util SetOnce.

The text is from its open source code.

Field

AtomicBooleanset

Constructor

SetOnce()
A default constructor which does not set the internal object, and allows setting it by calling #set(Object) .

Method

Tget()
Returns the object set by #set(Object) .