2022-02-04 18:00:03 +01:00
|
|
|
package love.distributedrebirth.numberxd;
|
|
|
|
|
|
|
|
|
|
import love.distributedrebirth.numberxd.base2t.BaseNumber;
|
2022-10-30 23:14:53 +01:00
|
|
|
import ᴶᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
2022-02-04 18:00:03 +01:00
|
|
|
|
2022-10-30 16:59:24 +01:00
|
|
|
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
2022-02-04 21:26:43 +01:00
|
|
|
public interface BaseGetậlMatrix1<T extends BaseGetậl<T,V>,V extends BaseNumber<V>> extends BaseGetậl<T,V> {
|
2022-02-04 18:00:03 +01:00
|
|
|
|
2022-02-04 21:26:43 +01:00
|
|
|
void setMatrix1(int valueIndex0);
|
2022-02-04 18:00:03 +01:00
|
|
|
|
2022-02-04 20:01:05 +01:00
|
|
|
int getMatrix1();
|
2022-02-04 18:00:03 +01:00
|
|
|
|
2022-02-04 20:01:05 +01:00
|
|
|
int getMatrix1Length();
|
2022-02-04 18:00:03 +01:00
|
|
|
}
|