8 lines
114 B
Java
8 lines
114 B
Java
|
package org.thdl.tib.dictionary ;
|
||
|
|
||
|
public interface DictionaryEntryDescription
|
||
|
{
|
||
|
Collection getItems () ;
|
||
|
};
|
||
|
|