org.apache.lucene.util.mutable
Class MutableValueBool
java.lang.Object
  
org.apache.lucene.util.mutable.MutableValue
      
org.apache.lucene.util.mutable.MutableValueBool
- All Implemented Interfaces: 
 - Comparable<MutableValue>
 
public class MutableValueBool
- extends MutableValue
 
MutableValue implementation of type 
 boolean.
| 
Field Summary | 
 boolean | 
value
 
            | 
 
 
 
 
 
 
value
public boolean value
MutableValueBool
public MutableValueBool()
toObject
public Object toObject()
- Specified by:
 toObject in class MutableValue
 
 
copy
public void copy(MutableValue source)
- Specified by:
 copy in class MutableValue
 
 
duplicate
public MutableValue duplicate()
- Specified by:
 duplicate in class MutableValue
 
 
equalsSameType
public boolean equalsSameType(Object other)
- Specified by:
 equalsSameType in class MutableValue
 
 
compareSameType
public int compareSameType(Object other)
- Specified by:
 compareSameType in class MutableValue
 
 
hashCode
public int hashCode()
- Specified by:
 hashCode in class MutableValue
 
 
          Copyright © 2000-2012 Apache Software Foundation.  All Rights Reserved.