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