public class KeyValueRanges extends Object
| Constructor and Description |
|---|
KeyValueRanges(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
int |
add() |
Range |
get(Buf buf,
byte[] key,
boolean caseSensitive) |
int |
max() |
void |
reset() |
String |
str(Buf src) |
Map<String,byte[]> |
toBinaryMap(Buf src,
boolean urlDecodeKeys) |
Map<String,String> |
toMap(Buf src,
boolean urlDecodeKeys,
boolean urlDecodeVals) |
Map<String,String> |
toMap(String data) |
String |
toString() |
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.