Progress
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.imegumii;
|
||||
|
||||
import java.util.SortedSet;
|
||||
|
||||
/**
|
||||
* Created by imegumii on 02/05/2017.
|
||||
*/
|
||||
public class Taal {
|
||||
private SortedSet<String> symbols;
|
||||
|
||||
public Taal(SortedSet<String> sortedSet) {
|
||||
this.symbols = sortedSet;
|
||||
}
|
||||
|
||||
public SortedSet<String> getSymbols() {
|
||||
return symbols;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user