public class Texts extends Object
Constructor and Description |
---|
Texts() |
Modifier and Type | Method and Description |
---|---|
static String |
capitalize(String str)
Capitalize a string
|
static int |
getRankIndex(String key)
Convert key back to array index
|
static int[] |
getRankIndices(String key)
Convert key back to an array of node indices
|
static String |
getRankKey(int index)
Return a hash key for at node given index
|
static String |
getRankKey(int index,
int depth)
Return a hash key for node at given index and depth
|
public static String getRankKey(int index, int depth)
public static String getRankKey(int index)
public static int[] getRankIndices(String key)
public static int getRankIndex(String key)
Copyright © 2017. All rights reserved.