Some small changes

This commit is contained in:
paulevsGitch 2021-07-19 05:53:30 +03:00
parent 1342326e70
commit 55f7a858a6
11 changed files with 78 additions and 617 deletions

View file

@ -0,0 +1,7 @@
package ru.betterend.interfaces;
public interface ShuffelingListExtended<U> {
public boolean isEmpty();
public U getOne();
}