Skip to content

Commit 75c46b0

Browse files
CheckEmpty interface
1 parent 67f421b commit 75c46b0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package org.fugerit.java.core.lang.compare;
2+
3+
public interface CheckEmpty {
4+
5+
boolean isEmpty();
6+
7+
}

0 commit comments

Comments
 (0)