6 lines
136 B
Java
6 lines
136 B
Java
|
|
package com.foundation.util;
|
||
|
|
|
||
|
|
import com.common.util.IHashSet;
|
||
|
|
|
||
|
|
public interface IManagedHashSet extends IHashSet {
|
||
|
|
}//IManagedHashSet//
|