Home | History | Annotate | Download | only in util

Lines Matching refs:myInt

79             return -((MyInt) o1).compareTo((MyInt) o2);
83 return ((MyInt) o1).compareTo((MyInt) o2);
208 Integer myInt;
215 myInt = new Integer(i);
216 normalCountingMap.put(myInt, myInt);
219 myInt = new Integer(i + mapSize);
220 offsetCountingMap.put(myInt, myInt);
247 static class MyInt {
250 public MyInt(int value) {
254 public int compareTo(MyInt object) {
737 ((MyInt) myll.get(i)).compareTo((MyInt) myll
755 private final List delegate = Arrays.asList(new MyInt(1), new MyInt(2));
2218 myobjArray[i] = new MyInt(i);