"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "hsqldb/src/org/hsqldb/lib/OrderedLongHashSet.java" between
hsqldb-2.6.0.zip and hsqldb-2.6.1.zip

About: HSQLDB (HyperSQL DataBase) is a SQL relational database engine written in Java. It supports nearly full ANSI-92 SQL (BNF format) and full core SQL:2008.

OrderedLongHashSet.java  (hsqldb-2.6.0):OrderedLongHashSet.java  (hsqldb-2.6.1)
skipping to change at line 170 skipping to change at line 170
lookup = super.nextLookup(lookup); lookup = super.nextLookup(lookup);
long value = intKeyTable[lookup]; long value = intKeyTable[lookup];
array[i] = value; array[i] = value;
} }
return array; return array;
} }
public PrimitiveIterator<Long> iterator() {
return new BaseHashIterator(true);
}
private void checkRange(int i) { private void checkRange(int i) {
if (i < 0 || i >= size()) { if (i < 0 || i >= size()) {
throw new IndexOutOfBoundsException(); throw new IndexOutOfBoundsException();
} }
} }
} }
 End of changes. 1 change blocks. 
0 lines changed or deleted 4 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)