- java.lang.Object
-
- swim.runtime.StoreAddress
-
- All Implemented Interfaces:
Debug,CellAddress
public final class StoreAddress extends Object implements CellAddress, Debug
-
-
Constructor Summary
Constructors Constructor Description StoreAddress(String storeName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static StoreAddressfrom(String storeName)inthashCode()StringstoreName()StoreAddressstoreName(String storeName)StringtoString()
-
-
-
Constructor Detail
-
StoreAddress
public StoreAddress(String storeName)
-
-
Method Detail
-
storeName
public String storeName()
-
storeName
public StoreAddress storeName(String storeName)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
from
public static StoreAddress from(String storeName)
-
-