JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
io.netty.util.collection

Interface IntObjectMap.Entry<V>

  • Type Parameters:
    V - the value type stored in the map.
    Enclosing interface:
    IntObjectMap<V>


    public static interface IntObjectMap.Entry<V>
    An Entry in the map.
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      int key ()
      Gets the key for this entry.
      void setValue (V value)
      Sets the value for this entry.
      V value ()
      Gets the value for this entry.
    • Method Detail

      • key

        int key()
        Gets the key for this entry.
      • value

        V value()
        Gets the value for this entry.
      • setValue

        void setValue(V value)
        Sets the value for this entry.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

Copyright © 2008–2018 The Netty Project. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /