index
:
esodata.git
trunk
Various data-structures, some more esoteric than others
Ben Culkin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
bjc
/
esodata
/
spool
/
Spool.java
blob: dbd2ce831c1ff0523675fe5402bd49c0fdbbc2b8 (
plain
)
1
2
3
4
5
package bjc.esodata.spool; public interface Spool<Contained> { }