Interface IStrongBox

All Known Implementing Classes:
BooleanBox, ByteBox, CharacterBox, DoubleBox, FloatBox, IntegerBox, LongBox, ShortBox, StrongBox

public interface IStrongBox
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
    void
    set(Object value)
     
  • Method Details