Searched refs:participantsSize (Results 1 – 1 of 1) sorted by relevance
151 int participantsSize = in.readInt(); in Chat() local152 if (participantsSize != -1) { in Chat()153 this.participants = new HashMap<>(participantsSize); in Chat()154 for (int i = 0; i < participantsSize; i++) { in Chat()