My Project
Public Member Functions | Static Public Member Functions | List of all members
TablicaBool Class Reference

Public Member Functions

boolean getValue (int i) throws MojException
 
void setValue (int i, boolean b) throws MojException
 

Static Public Member Functions

static void main (String[] arg)
 

Detailed Description

Klasa definiująca tablice boolowska

Version
1.0
Author
Wojciech Macyna

Member Function Documentation

◆ getValue()

boolean TablicaBool.getValue ( int  i) throws MojException

Funkcja zwracajaca wartosci elementu tablicy

Parameters
iindeks zwracanego elementu
Returns
wartosc zwracanego elementu
Exceptions
MojExceptionwyjatek w przypadku blednych indeksow
See also
TablicaBool
TablicaBool

◆ main()

static void TablicaBool.main ( String []  arg)
static

Glowna funkcja testujaca klase

Parameters
arg

◆ setValue()

void TablicaBool.setValue ( int  i,
boolean  b 
) throws MojException

Funkcja ustawiajaca wartosc elementu tablicy

Parameters
iindeks ustawianego elementu
bwartosc ustawianego elementu
Exceptions
MojExceptionwyjatek w przypadku blednych indeksow
See also
TablicaBool::getValue(int)

The documentation for this class was generated from the following file: