|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStringPoolParticipant
A string pool participant is used for sharing strings between several
unrelated parties. Typically a single StringPool
instance
will be created, and a group of participants will be asked to store their
strings in the pool. This allows participants to share equal strings
without creating explicit dependencies between each other.
Clients may implement this interface.
StringPool
Method Summary | |
---|---|
void |
shareStrings(StringPool pool)
Instructs this participant to share its strings in the provided pool. |
Method Detail |
---|
void shareStrings(StringPool pool)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |