index
:
gluegen.git
1.0b06-maint
JOGL_2_SANDBOX
JOGL_CDCCVM_sgothel
MIPS_PORT
android.merged_launcher_gluegen
b202_gl44
b22x
callback_gluemap
callback_jniuserparamproxy
ios
java11
javafx
master
pulled
rc
v2.3.1_winexe
GLUEGEN repository on http://jogamp.org/ ;
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java
/
com
/
jogamp
/
common
/
util
/
IntIntHashMap.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
IntIntHashMap: Reduce temp. ArrayList<Entry> instances in clone
Sven Gothel
2014-08-16
1
-3
/
+4
*
gluegen: relax private variable access to package-private for members accesse...
Harvey Harrison
2014-07-07
1
-1
/
+1
*
gluegen: remove unused imports, unneeded semicolons, add missing @Override an...
Harvey Harrison
2014-07-07
1
-1
/
+1
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
1
-27
/
+27
*
gluegen: add all missing @Override annotations
Harvey Harrison
2013-10-17
1
-0
/
+2
*
gluegen: remove trailing whitespace
Harvey Harrison
2013-10-17
1
-45
/
+45
*
Fix Long*HashMap impl. of IntIntHashMap: Better 64bit hash value, using new H...
Sven Gothel
2013-03-12
1
-12
/
+13
*
IntIntHashMap: Add privileged for 'getDeclaredMethod(..)'; Add StringBuilder ...
v2.0-rc11
Sven Gothel
2012-10-31
1
-42
/
+75
*
gluegen: generics annotations for various ArrayList/List use
Harvey Harrison
2012-10-15
1
-1
/
+1
*
Primitive HashMap: Add deep clone(); Fix containsValue() in case of Object va...
Sven Gothel
2011-03-19
1
-8
/
+116
*
small cleanup in uitl package
Michael Bien
2011-02-26
1
-9
/
+9
*
LICENSE.txt changes:
Sven Gothel
2010-09-14
1
-25
/
+26
*
Minor additions to nio/Buffers, util/IntIntHashMap and os/NativeLibrary
Sven Gothel
2010-06-05
1
-0
/
+12
*
Fix broken build
Sven Gothel
2010-04-28
1
-1
/
+1
*
small optimizations in fast pimitive HashMaps (Arrays.fill(), local variables).
Michael Bien
2010-04-27
1
-19
/
+44
*
IntIntHashMap (and friends) is now Iterable. Added iterator testcase.
Michael Bien
2010-04-21
1
-5
/
+90
*
added getKeyNotFoundValue() and some javadoc to IntIntHashMap.
Michael Bien
2010-04-21
1
-13
/
+36
*
Added keyNotFoundValue semantics, for primitve types it defaults to -1 now.
Sven Gothel
2010-04-19
1
-3
/
+17
*
merged LongInt with IntIntHashMap.
Michael Bien
2010-04-15
1
-7
/
+21
*
annotated certain token in IntIntHashMap for text substitution.
Michael Bien
2010-04-08
1
-19
/
+20
*
initial import of IntIntHashmap + JUnitTest including a benchmark.
Michael Bien
2010-04-08
1
-0
/
+195