Some small changes
This commit is contained in:
parent
1342326e70
commit
55f7a858a6
11 changed files with 78 additions and 617 deletions
|
@ -0,0 +1,7 @@
|
|||
package ru.betterend.interfaces;
|
||||
|
||||
public interface ShuffelingListExtended<U> {
|
||||
public boolean isEmpty();
|
||||
|
||||
public U getOne();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue