Skip to content
Snippets Groups Projects
Commit 6739b970 authored by hvanwelbergen's avatar hvanwelbergen
Browse files

docs, functionality to get all IUs in the input buffer

parent 78ed6797
No related branches found
No related tags found
No related merge requests found
docs/Photo 12.12.11 14 46 22.jpg

591 KiB

docs/Photo 14.11.11 14 14 03.jpg

775 KiB

docs/Photo 14.11.11 14 14 27.jpg

785 KiB

docs/Photo 18.11.11 13 29 58.jpg

747 KiB

docs/Photo 21.11.11 13 09 54.jpg

832 KiB

......@@ -4,6 +4,7 @@ import ipaaca.Ipaaca.IUCommission;
import ipaaca.Ipaaca.IULinkUpdate;
import ipaaca.Ipaaca.IUPayloadUpdate;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
......@@ -267,6 +268,9 @@ public class InputBuffer extends Buffer{
return iuStore.get(iuid);
}
public Collection<RemotePushIU> getIUs()
{
return iuStore.values();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment