public final class Unit
extends Object
The unit type which has only one value.
-
Field Summary
Fields
private static final Unit
-
Constructor Summary
Constructors
-
Method Summary
The only value of the unit type.
-
Field Details
-
u
private static final Unit u
-
-
Method Details
-
unit
public static Unit unit()
The only value of the unit type.
- Returns:
- The only value of the unit type.
-