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