Class OpenHashMap.EntrySet.Entry

    • Constructor Detail

      • Entry

        protected Entry​(Object oKey,
                        Object oValue)
        Construct an Entry.
        Parameters:
        oKey - the Entry key
        oValue - the Entry value (optional)
    • Method Detail

      • reuse

        protected void reuse​(Object oKey,
                             Object oValue)
        Re-use the Entry instance for a different key and value.
        Parameters:
        oKey - the new key
        oValue - the new value