net.aerith.misao.util.star
Interface StarContainer
- All Known Implementing Classes:
- MergedStar
- public interface StarContainer
The StarContainer represents a container of some
stars.
|
Method Summary |
Star |
getStarAt(int index)
Gets a star at the specified index. |
int |
getStarCount()
Gets the number of content stars. |
getStarCount
public int getStarCount()
- Gets the number of content stars.
- Returns:
- the number of content stars.
getStarAt
public Star getStarAt(int index)
- Gets a star at the specified index.
- Parameters:
index - the index.- Returns:
- the star at the specified index.