Skip to content

Instantly share code, notes, and snippets.

@peschwa
Created September 15, 2015 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peschwa/0ee944afeb1e1c874902 to your computer and use it in GitHub Desktop.
Save peschwa/0ee944afeb1e1c874902 to your computer and use it in GitHub Desktop.
main[3] dump target.storage
target.storage = {
DEFAULT_INITIAL_CAPACITY: 16
MAXIMUM_CAPACITY: 1073741824
DEFAULT_LOAD_FACTOR: 0.75
EMPTY_TABLE: instance of java.util.HashMap$Entry[0] (id=2070)
table: instance of java.util.HashMap$Entry[16] (id=2071)
size: 1
threshold: 12
loadFactor: 0.75
modCount: 3 # what the HashMap things about number of modifications
ALTERNATIVE_HASHING_THRESHOLD_DEFAULT: 2147483647
hashSeed: 0
entrySet: null
serialVersionUID: 362498820763181265
java.util.AbstractMap.keySet: instance of java.util.HashMap$KeySet(id=2072)
java.util.AbstractMap.values: null
}
main[3] dump hashKeyIter
hashKeyIter = {
this$0: instance of java.util.HashMap(id=2069)
java.util.HashMap$HashIterator.next: instance of java.util.HashMap$Entry(id=2073)
java.util.HashMap$HashIterator.expectedModCount: 2 # what the Iterator things about number of modifications
java.util.HashMap$HashIterator.index: 12
java.util.HashMap$HashIterator.current: instance of java.util.HashMap$Entry(id=2074)
java.util.HashMap$HashIterator.this$0: instance of java.util.HashMap(id=2069)
}
main[3] where
[3] org.perl6.nqp.sixmodel.reprs.VMIterInstance.shift_boxed (VMIterInstance.java:74)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment