public class ChannelName extends Object implements CharSequence
Constructor and Description |
---|
ChannelName(byte[] name) |
ChannelName(String name) |
Modifier and Type | Method and Description |
---|---|
char |
charAt(int index) |
boolean |
equals(Object obj) |
byte[] |
getName() |
int |
hashCode() |
int |
length() |
CharSequence |
subSequence(int start,
int end) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
chars, codePoints
public ChannelName(byte[] name)
public ChannelName(String name)
public String toString()
toString
in interface CharSequence
toString
in class Object
public byte[] getName()
public int length()
length
in interface CharSequence
public char charAt(int index)
charAt
in interface CharSequence
public CharSequence subSequence(int start, int end)
subSequence
in interface CharSequence
Copyright © 2014–2019 The Redisson Project. All rights reserved.