box<E> abstract method

Box<E> box<E>(
  1. String name
)

Returns a previously opened box.

Implementation

Box<E> box<E>(String name);