Package com.biglybt.plugin.extseed.impl
Class ExternalSeedReaderImpl.MutableInteger
- java.lang.Object
-
- com.biglybt.plugin.extseed.impl.ExternalSeedReaderImpl.MutableInteger
-
- Enclosing class:
- ExternalSeedReaderImpl
protected static class ExternalSeedReaderImpl.MutableInteger extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
value
-
Constructor Summary
Constructors Modifier Constructor Description protected
MutableInteger(int v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
protected int
getValue()
int
hashCode()
protected void
setValue(int v)
-