Class Container<V>

java.lang.Object
net.ME1312.Galaxi.Library.Container.Value<V>
net.ME1312.Galaxi.Library.Container.Container<V>
Type Parameters:
V - Value Type

public class Container<V> extends Value<V>
Value Container Class
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates the Container
    Container(V value)
    Creates the Container
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the Value
    value(V value)
    Set the Value

    Methods inherited from class net.ME1312.Galaxi.Library.Container.Value

    equals, toString

    Methods inherited from class java.lang.Object

    getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • value

      public V value
  • Constructor Details

    • Container

      public Container()
      Creates the Container
    • Container

      public Container(V value)
      Creates the Container
      Parameters:
      value - Value
  • Method Details

    • value

      public V value()
      Description copied from class: Value
      Get the Value
      Specified by:
      value in class Value<V>
      Returns:
      Value
    • value

      public V value(V value)
      Description copied from class: Value
      Set the Value
      Specified by:
      value in class Value<V>
      Parameters:
      value - Value