org.apache.lucene.util.mutable
Class MutableValueInt
java.lang.Object
  
org.apache.lucene.util.mutable.MutableValue
      
org.apache.lucene.util.mutable.MutableValueInt
- All Implemented Interfaces: 
 - Comparable<MutableValue>
 
public class MutableValueInt
- extends MutableValue
 
MutableValue implementation of type 
 int.
 
 
 
 
 
 
value
public int value
MutableValueInt
public MutableValueInt()
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.