Package com.jme3.util.struct
Interface Struct
public interface Struct
Classes implementing this interface are considered struct-like constructs.
Class fields using one of the com.jme3.util.struct.fields.* classes as type
will be considered part of the struct and must be declared as final,
everything else will be ignored.