algorithms-sandbox/datastructures/java/src/be/brainbaking/datastructures/hashtable/IAmBucketable.java

6 lines
98 B
Java
Raw Normal View History

2018-03-27 13:03:12 +02:00
package be.brainbaking.datastructures.hashtable;
public interface IAmBucketable<Key, Value> {
}