first commit
This commit is contained in:
9
hrmsEjb/org/apache/commons/collections/Buffer.java
Normal file
9
hrmsEjb/org/apache/commons/collections/Buffer.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package org.apache.commons.collections;
|
||||
|
||||
import java.util.Collection;
|
||||
|
||||
public interface Buffer extends Collection {
|
||||
Object get();
|
||||
|
||||
Object remove();
|
||||
}
|
Reference in New Issue
Block a user