From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../functions/ArtifactVersionNameFunction.html | 270 -------------------- .../common/functions/CollectionWrapperFactory.html | 281 --------------------- .../common/functions/GenericIterableFactory.html | 256 ------------------- .../mods/fml/common/functions/ModIdFunction.html | 270 -------------------- .../mods/fml/common/functions/ModNameFunction.html | 270 -------------------- .../fml/common/functions/TypeCastFunction.html | 270 -------------------- .../mods/fml/common/functions/package-frame.html | 24 -- .../mods/fml/common/functions/package-summary.html | 151 ----------- .../mods/fml/common/functions/package-tree.html | 131 ---------- 9 files changed, 1923 deletions(-) delete mode 100644 javadoc/cpw/mods/fml/common/functions/ArtifactVersionNameFunction.html delete mode 100644 javadoc/cpw/mods/fml/common/functions/CollectionWrapperFactory.html delete mode 100644 javadoc/cpw/mods/fml/common/functions/GenericIterableFactory.html delete mode 100644 javadoc/cpw/mods/fml/common/functions/ModIdFunction.html delete mode 100644 javadoc/cpw/mods/fml/common/functions/ModNameFunction.html delete mode 100644 javadoc/cpw/mods/fml/common/functions/TypeCastFunction.html delete mode 100644 javadoc/cpw/mods/fml/common/functions/package-frame.html delete mode 100644 javadoc/cpw/mods/fml/common/functions/package-summary.html delete mode 100644 javadoc/cpw/mods/fml/common/functions/package-tree.html (limited to 'javadoc/cpw/mods/fml/common/functions') diff --git a/javadoc/cpw/mods/fml/common/functions/ArtifactVersionNameFunction.html b/javadoc/cpw/mods/fml/common/functions/ArtifactVersionNameFunction.html deleted file mode 100644 index a77b948..0000000 --- a/javadoc/cpw/mods/fml/common/functions/ArtifactVersionNameFunction.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - -ArtifactVersionNameFunction (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.functions
-

Class ArtifactVersionNameFunction

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.google.common.base.Function<ArtifactVersion,java.lang.String>
    -
    -
    -
    -
    public class ArtifactVersionNameFunction
    -extends java.lang.Object
    -implements com.google.common.base.Function<ArtifactVersion,java.lang.String>
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.lang.Stringapply(ArtifactVersion v) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

        Methods inherited from interface com.google.common.base.Function

        -equals
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ArtifactVersionNameFunction

        -
        public ArtifactVersionNameFunction()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        apply

        -
        public java.lang.String apply(ArtifactVersion v)
        -
        -
        Specified by:
        -
        apply in interface com.google.common.base.Function<ArtifactVersion,java.lang.String>
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/functions/CollectionWrapperFactory.html b/javadoc/cpw/mods/fml/common/functions/CollectionWrapperFactory.html deleted file mode 100644 index c7929d7..0000000 --- a/javadoc/cpw/mods/fml/common/functions/CollectionWrapperFactory.html +++ /dev/null @@ -1,281 +0,0 @@ - - - - - -CollectionWrapperFactory (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.functions
-

Class CollectionWrapperFactory

-
-
- -
-
    -
  • -
    -
    -
    public class CollectionWrapperFactory
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static <T> java.util.Collection<T>wrap(java.util.Collection coll, - java.lang.Class<T> elementType) -
      Return a read only cast view of the supplied ungeneric collection, based on the element type given
      -
      static <T> java.util.List<T>wrap(java.util.List list, - java.lang.Class<T> elementType) -
      Return a read only cast view of the supplied ungeneric list, based on the element type given
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        CollectionWrapperFactory

        -
        public CollectionWrapperFactory()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        wrap

        -
        public static <T> java.util.Collection<T> wrap(java.util.Collection coll,
        -                               java.lang.Class<T> elementType)
        -
        Return a read only cast view of the supplied ungeneric collection, based on the element type given
        -
        Parameters:
        coll - The collection to cast
        elementType - the supertype contained in the collection
        -
        Returns:
        a collection asserting that type relationship
        -
      • -
      - - - -
        -
      • -

        wrap

        -
        public static <T> java.util.List<T> wrap(java.util.List list,
        -                         java.lang.Class<T> elementType)
        -
        Return a read only cast view of the supplied ungeneric list, based on the element type given
        -
        Parameters:
        list - The list to cast
        elementType - the supertype contained in the list
        -
        Returns:
        a list asserting that type relationship
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/functions/GenericIterableFactory.html b/javadoc/cpw/mods/fml/common/functions/GenericIterableFactory.html deleted file mode 100644 index 4ec7e2e..0000000 --- a/javadoc/cpw/mods/fml/common/functions/GenericIterableFactory.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - -GenericIterableFactory (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.functions
-

Class GenericIterableFactory

-
-
- -
-
    -
  • -
    -
    -
    public class GenericIterableFactory
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static <T> java.lang.Iterable<T>newCastingIterable(java.lang.Iterable<?> input, - java.lang.Class<T> type) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        GenericIterableFactory

        -
        public GenericIterableFactory()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        newCastingIterable

        -
        public static <T> java.lang.Iterable<T> newCastingIterable(java.lang.Iterable<?> input,
        -                                           java.lang.Class<T> type)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/functions/ModIdFunction.html b/javadoc/cpw/mods/fml/common/functions/ModIdFunction.html deleted file mode 100644 index e377b07..0000000 --- a/javadoc/cpw/mods/fml/common/functions/ModIdFunction.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - -ModIdFunction (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.functions
-

Class ModIdFunction

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.google.common.base.Function<ModContainer,java.lang.String>
    -
    -
    -
    -
    public final class ModIdFunction
    -extends java.lang.Object
    -implements com.google.common.base.Function<ModContainer,java.lang.String>
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      ModIdFunction() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.lang.Stringapply(ModContainer container) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

        Methods inherited from interface com.google.common.base.Function

        -equals
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ModIdFunction

        -
        public ModIdFunction()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        apply

        -
        public java.lang.String apply(ModContainer container)
        -
        -
        Specified by:
        -
        apply in interface com.google.common.base.Function<ModContainer,java.lang.String>
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/functions/ModNameFunction.html b/javadoc/cpw/mods/fml/common/functions/ModNameFunction.html deleted file mode 100644 index 4741f58..0000000 --- a/javadoc/cpw/mods/fml/common/functions/ModNameFunction.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - -ModNameFunction (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.functions
-

Class ModNameFunction

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.google.common.base.Function<ModContainer,java.lang.String>
    -
    -
    -
    -
    public class ModNameFunction
    -extends java.lang.Object
    -implements com.google.common.base.Function<ModContainer,java.lang.String>
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      ModNameFunction() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.lang.Stringapply(ModContainer input) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

        Methods inherited from interface com.google.common.base.Function

        -equals
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ModNameFunction

        -
        public ModNameFunction()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        apply

        -
        public java.lang.String apply(ModContainer input)
        -
        -
        Specified by:
        -
        apply in interface com.google.common.base.Function<ModContainer,java.lang.String>
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/functions/TypeCastFunction.html b/javadoc/cpw/mods/fml/common/functions/TypeCastFunction.html deleted file mode 100644 index 3a94b27..0000000 --- a/javadoc/cpw/mods/fml/common/functions/TypeCastFunction.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - -TypeCastFunction (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.functions
-

Class TypeCastFunction<T>

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.google.common.base.Function<java.lang.Object,T>
    -
    -
    -
    -
    public class TypeCastFunction<T>
    -extends java.lang.Object
    -implements com.google.common.base.Function<java.lang.Object,T>
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      TypeCastFunction(java.lang.Class<T> type) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      Tapply(java.lang.Object input) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

        Methods inherited from interface com.google.common.base.Function

        -equals
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        TypeCastFunction

        -
        public TypeCastFunction(java.lang.Class<T> type)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        apply

        -
        public T apply(java.lang.Object input)
        -
        -
        Specified by:
        -
        apply in interface com.google.common.base.Function<java.lang.Object,T>
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/functions/package-frame.html b/javadoc/cpw/mods/fml/common/functions/package-frame.html deleted file mode 100644 index aa59bfa..0000000 --- a/javadoc/cpw/mods/fml/common/functions/package-frame.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - -cpw.mods.fml.common.functions (Forge API) - - - - -

cpw.mods.fml.common.functions

-
-

Classes

- -
- - diff --git a/javadoc/cpw/mods/fml/common/functions/package-summary.html b/javadoc/cpw/mods/fml/common/functions/package-summary.html deleted file mode 100644 index dec2995..0000000 --- a/javadoc/cpw/mods/fml/common/functions/package-summary.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - -cpw.mods.fml.common.functions (Forge API) - - - - - - - -
- - - - - -
- - -
-

Package cpw.mods.fml.common.functions

-
-
- -
- -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/functions/package-tree.html b/javadoc/cpw/mods/fml/common/functions/package-tree.html deleted file mode 100644 index 8d5e3a8..0000000 --- a/javadoc/cpw/mods/fml/common/functions/package-tree.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - -cpw.mods.fml.common.functions Class Hierarchy (Forge API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package cpw.mods.fml.common.functions

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - - - - -
- - - - -- cgit v1.2.3