Package frc.lib.util

Class Container<T>

java.lang.Object
frc.lib.util.Container<T>

public class Container<T> extends Object
Stores mutable a value
  • Field Details

    • value

      public T value
      The value being stored
  • Constructor Details

    • Container

      public Container(T value)
      Create new container with initial value.