|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICompressor
Interface that defines a function for returning the size of a string after compression.
Method Summary | |
---|---|
int |
getCompressedSize(java.lang.String s)
Returns the size of a string after compression. |
Method Detail |
---|
int getCompressedSize(java.lang.String s)
s
- the string to be compressed
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |