From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/net/minecraft/util/IntHashMap.html | 308 +++++++++++++++++++++++++++++ 1 file changed, 308 insertions(+) create mode 100644 javadoc/net/minecraft/util/IntHashMap.html (limited to 'javadoc/net/minecraft/util/IntHashMap.html') diff --git a/javadoc/net/minecraft/util/IntHashMap.html b/javadoc/net/minecraft/util/IntHashMap.html new file mode 100644 index 0000000..3a142fc --- /dev/null +++ b/javadoc/net/minecraft/util/IntHashMap.html @@ -0,0 +1,308 @@ + + + + + +IntHashMap (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.util
+

Class IntHashMap

+
+
+ +
+
    +
  • +
    +
    +
    public class IntHashMap
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      IntHashMap() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidaddKey(int p_76038_1_, + java.lang.Object p_76038_2_) 
      voidclearMap() 
      booleancontainsItem(int p_76037_1_) 
      java.lang.Objectlookup(int p_76041_1_) 
      java.lang.ObjectremoveObject(int p_76049_1_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        IntHashMap

        +
        public IntHashMap()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        lookup

        +
        public java.lang.Object lookup(int p_76041_1_)
        +
      • +
      + + + +
        +
      • +

        containsItem

        +
        public boolean containsItem(int p_76037_1_)
        +
      • +
      + + + +
        +
      • +

        addKey

        +
        public void addKey(int p_76038_1_,
        +          java.lang.Object p_76038_2_)
        +
      • +
      + + + +
        +
      • +

        removeObject

        +
        public java.lang.Object removeObject(int p_76049_1_)
        +
      • +
      + + + +
        +
      • +

        clearMap

        +
        public void clearMap()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3