|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.monica.javacom.ciphering.StringLista
Implements a List the members of which are Strings. This is a very simple but clear implementation of a FIFO. It is used by both AES and RSA algorithms.
Constructor Summary | |
StringLista()
Constructs a new StringLista object. |
Method Summary | |
void |
add(java.lang.String ujelem)
Adds a new element to the end of the list. |
java.lang.String |
getFirst()
Returns and removes the first element of the list. |
boolean |
isEmpty()
Returns wheather the list is empty. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StringLista()
Method Detail |
public void add(java.lang.String ujelem)
public java.lang.String getFirst()
public boolean isEmpty()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |