5152535455565758596061
public void writeExternal(final ObjectOutput out) throws IOException { out.writeInt(this.set.size()); try { this.set.forEach(new CheckedShortProcedure() { @Override public void safeValue(short item) throws Exception { out.writeShort(item);
445446447448449450451452453454455
public void writeExternal(final ObjectOutput out) throws IOException { out.writeInt(this.stack.size()); try { this.stack.forEach(new CheckedShortProcedure() { @Override public void safeValue(short item) throws IOException { out.writeShort(item);