Package de.uplanet.lucy.server.chat
Class ChatMessages
- java.lang.Object
-
- de.uplanet.lucy.server.chat.ChatMessages
-
public final class ChatMessages extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ChatMessages
NO_MESSAGES
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxMemoryConsumption()
int
getMemoryConsumption()
int
getPollingInterval()
Iterator<de.uplanet.lucy.server.chat.ChatMessage>
iterator()
int
size()
-
-
-
Field Detail
-
NO_MESSAGES
public static final ChatMessages NO_MESSAGES
-
-
Method Detail
-
size
public int size()
- Returns:
- The number of messages in this collection.
-
iterator
public Iterator<de.uplanet.lucy.server.chat.ChatMessage> iterator()
- Returns:
- An iterator over this collection.
-
getPollingInterval
public int getPollingInterval()
- Returns:
- The suggested polling interval in milliseconds.
-
getMemoryConsumption
public int getMemoryConsumption()
- Returns:
- The estimated memory consumption of this collection.
-
getMaxMemoryConsumption
public int getMaxMemoryConsumption()
- Returns:
- The maximum allowed memory consumption of this collection.
-
-