(int index)
| 80 | } |
| 81 | |
| 82 | public String getMoodLabel(int index) { |
| 83 | if (index<0) return null; |
| 84 | return (String)moodValue.elementAt(index); |
| 85 | } |
| 86 | |
| 87 | String getMoodName(int index) { |
| 88 | return (String)moodKey.elementAt(index); |
no outgoing calls
no test coverage detected