mirror of
https://github.com/corda/corda.git
synced 2025-02-03 17:50:41 +00:00
4 lines
70 B
Java
4 lines
70 B
Java
package java.util;
|
|
|
|
public interface Set<T> extends Collection<T> { }
|