Skip to content

Commit b196f9a

Browse files
authored
Interface used by the mergeSortAny algoritm
1 parent 92e3cf6 commit b196f9a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

MergeSort/Java/MaxValue.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
public interface MaxValue<T>
2+
{
3+
public T getMaxObject();
4+
}

0 commit comments

Comments
 (0)