Package com.mebigfatguy.fbcontrib.detect
Class PresizeCollections.CodeRange
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.PresizeCollections.CodeRange
-
- Enclosing class:
- PresizeCollections
static class PresizeCollections.CodeRange extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
fromPC
boolean
isPossiblySized
int
toPC
-
Constructor Summary
Constructors Constructor Description CodeRange(int from, int to, boolean isSized)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-