Uses of Class
myorg.relex.collection.ShipBySwitch
-
Packages that use ShipBySwitch Package Description myorg.relex.collection -
-
Uses of ShipBySwitch in myorg.relex.collection
Fields in myorg.relex.collection with type parameters of type ShipBySwitch Modifier and Type Field Description private List<ShipBySwitch>
Fleet. shipsListBySwitch
private Set<ShipBySwitch>
Fleet. shipsSetBySwitch
Methods in myorg.relex.collection that return types with arguments of type ShipBySwitch Modifier and Type Method Description List<ShipBySwitch>
Fleet. getShipsListBySwitch()
Set<ShipBySwitch>
Fleet. getShipsSetBySwitch()
-