Package tech.rsqn.cacheservice.support
Class DelimitedKey
- java.lang.Object
-
- tech.rsqn.cacheservice.support.DelimitedKey
-
public class DelimitedKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Stringdelimiter
-
Constructor Summary
Constructors Modifier Constructor Description protectedDelimitedKey()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DelimitedKeyand(java.lang.Object o)java.lang.StringtoString()static DelimitedKeywith(java.lang.Object o)
-
-
-
Field Detail
-
delimiter
public static final java.lang.String delimiter
- See Also:
- Constant Field Values
-
-
Method Detail
-
with
public static DelimitedKey with(java.lang.Object o)
-
and
public DelimitedKey and(java.lang.Object o)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-