Class PrimitiveSwitchAdapter<R>

java.lang.Object
org.dellroad.stuff.java.PrimitiveSwitchAdapter<R>
Type Parameters:
R - switch method return type
All Implemented Interfaces:
PrimitiveSwitch<R>

public class PrimitiveSwitchAdapter<R> extends Object implements PrimitiveSwitch<R>
Adapter class for PrimitiveSwitch implementations.
Since:
1.0.65