We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d128f commit e4398d4Copy full SHA for e4398d4
src/main/java/org/scijava/util/LastRecentlyUsed.java
@@ -44,7 +44,7 @@
44
*
45
* @author Johannes Schindelin
46
*/
47
-public class LastRecentlyUsed<T> implements Iterable<T>, Collection<T> {
+public class LastRecentlyUsed<T> implements Collection<T> {
48
private final Object[] entries;
49
private final Map<T, Integer> map;
50
/**
0 commit comments