link start!
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package org.apache.oro.util;
|
||||
|
||||
public interface Cache {
|
||||
void addElement(Object obj, Object obj2);
|
||||
|
||||
int capacity();
|
||||
|
||||
Object getElement(Object obj);
|
||||
|
||||
int size();
|
||||
}
|
||||
Reference in New Issue
Block a user