Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:

OPI_LR2011_ch3

.pdf
Скачиваний:
5
Добавлен:
07.02.2016
Размер:
1.31 Mб
Скачать

51

= 4.1 – =

; Java

- ( . '

g extends ( '

. @ super (

.

5 i , i - (

? :, f

Automobile, ( (

Truck >. 5

Pickup. D (,

.

f i

Java- +. ( g ,

..' ' , i @f

, .

0 +(interface), ,

, .

0 + i @ ( , i

, @@ ( class-+.

. + f interface,

( + public, i f, , i

+ @. G i ( + public f,

+ f .

52

' interface f ' +, (

extends +- . ;

, + ( ( +,

@@ , ( , f @,

f ( +. f f

, .

', + (, @ -

. ( , i +

, abstract . C

( , static final .

? + ( ,

+ public.

; ( f :

interface Automobile{... }

interface Car extends Automobile{... } interface Truck extends Automobile{... } interface Pickup extends Car, Truck{... }

? +,

@(implementation). = + - ,

@ +.

, i f,

f implements , , @

+.

; ( f @ :

interface Automobile{... }

interface Car extends Automobile!... } class Truck implements Automobile!... }

class Pickup extends Truck implements Car{... }

:

interface Automobile{... }

interface Car extends Automobile{... } interface Truck extends Automobile{... } class Pickup implements Car, Truck{... }

= + ( ,

+ f, g – . ; - ,

' + abstract.

4.2.4 Design patterns

> i 80XX

Smalltalk ( MVG(Model-View-Controller). ' @

.

53

' g , C(controller), f

@f +,

g , , g. ' ( ,

@,

+ +.

E , @(model), f @

+ + @ C, @

, g,

-

, , .

; , ?(view), '

@f , i g

, +,

(. E ( @ , i

f @.

: g . ; , (

,

'f g . E g

Singleton, 4.1. ' 4.1. > Singleton

final class Singleton{

private static Singleton s = new Singleton(0); private int k;

private Singleton(int i){k = i;}

public static Singleton getReference()(return s;} public int getValue(){return k;}

public void setValue(int i){k = i;}

}

public class SingletonTest {

public static void main(String[] args){ Singleton ref = Singleton.getReference(); System.out.println(ref.getValue()); ref.setValue(ref.getValue() + 5); System.out.println(ref.getValue());

}

}

C singleton - ( g. ž

- (

. 6 singleton - ,

@f . - 'f ( (

54

getReference(),

s setValue()

getValue().

4.3 "9 ) 9 4

4.3.1.

@ , @ , (

.

4.3.2? :

:

1.= , i @ @

@ f. = – «e@», «>», «'», «'», i @

:

«e@»

i, ' , , (, .

«>» g @ «e@»

- , ,

. E ,

.

«'» g @ «>»

– ,

@, .

«'» g @ «'»

- ,

' , . E , -

( .

0 :

1.> 'f ;, @ 5.

: , ,

.

2.> 'f e, @ C.

: , g,

g.

55

3.> 'f ', @

. : ,

,

.

4.> 'f C'@, @

?, E, .. : @,

@, ,

.

5.> 'f C, @

C, . (. : ,

, -(

.

6.> 'f C, @

', . : , , ,

( g.

7.> 'f . ,

@ . : ,

, ( , ,

().

8.> 'f m, @

?, E. : @,

, .

9.> 'f E, @

e. : , , f, ( .

10.> 'f 7, @

7 +. : + +,

+ + + f@,

+ +.

4.3.3.+ .

4.3.4? .

4.4 !, #",

4.4.1; .

4.4.2.

4.4.3C .

56

4.4.4; .

4.4.5C , i ( @

.

4.4.6 ?, i

(5 g. ), ( ( @

.

4.5 7] , # 4 )

4.5.1Java?

4.5.2«+» Java?

4.5.3E @ Java?

4.5.4G Java?

4.5.5G Java?

4.5.6G Java?

4.5.7G Java?

4.5.8G ( Java?

4.5.9G + Java?

4.5.10design patterns? 0 ? f Java?

57

5 ? 8 8 8 ? 5

-?

5.1( 4

? -

Java.

5.2 " , ( ( 4-, ",9 ! ,

Java – @ `f-f . D f, i , i (, Java 'f.

? g @ . ? g

Java . ; +

g g g ,

'f .

5 Java f – -

(wrapper) . ,

, , –

'f, 'f, ( 'f

+ 'f @.

: . 5.1 f Java.

= 5.1 – C

58

E ( f . /

@ – Number,

g , i @ , i

f , : bytevalue(), doubleValue(), floatValue(), intValue(), longValue(), shortValue(). D ( g

- .

C 'f equals(),

object, , Boolean class, @ compareTo(), i @f 'f -

compareTo().

4 7 ", 17 4

( g - f

string, f

@ , : Byte.parseByte(), Double.parseDouble(), Float.parseFloat(), Integer.parselnt(), Long.parseLong(), Short.parseShort(). ? string

f . D @,

@ + @

.

5.2.1 7 Boolean 7 Character

7 Boolean

D ( ,

, i @. C Boolean(String s) @f 'f, i

true, i s @f "true" -

, false - - g . e booleanValue() f , i

f 'f.

7 Character

. >

digit(char ch, in radix)

+ ch @ radix

int.

59

>

forDigit(int digit, int radix)

digit

+( char) @ radix.

.

Character.MIN_RADIX Character.MAX_RADIX.

toString() , i ,

( .

> toLowerCase(), toUpperCase(), toLittleCase()

@ , i , .

.

Unicode, i ( @

.

( @

, :

isDefined() – 'f,

Unicode;

isDigit() – f, f + @ Unicode;

isIdentifierIgnorable() – 'f, (

+;

isISOControl() – f, f @;

isJavaidentifierPart() – 'f, (

+;

isJavaidentifierStart() – f, (

+;

isLetter() – f, f @ Java;

IsLetterOrDigit() – f, f @ + @

Unicode;

isLowerCase() – f, (

;

isSpaceChar() – 'f, f Unicode;

isTitleCase() – f, f ;

isUnicodeldentifierPart() – 'f, (

Unicode;

isUnicodeidentifierStart() – f, f @

Unicode;

isUpperCase() – f,

;

60

– isWhitespace() – 'f, f .

' 5.1 f , . 5.3 f .

' 5.1. Character CharacterTest

class CharacterTest{

public static void main(String[] args){ char ch = '9';

Character cl = new Character(ch); System.out.println("ch = " + ch); System.out.println("cl.charValue() = " +

c1.charValue()); System.out.println("number of 'A' = " +

Character.digit('A', 16}}; System.out.println("digit for 12 = " +

Character.forDigit(12, 16}}; System.out.println("cl = " + cl.toString()); System.out.println("ch isDefined? " +

Character.isDefined(ch)); System.out.println("ch isDigit? " +

Character.isDigit(ch)); System.out.println("ch isldentifierlgnorable? " +

Character.isldentifierlgnorable(ch)); System.out.println("ch isISOControl? " +

Character.isISOControl(ch)); System.out.println("ch isJavaldentifierPart? " +

Character.isJavaldentifierPart(ch)); System.out.println("ch isJavaldentifierStart? " +

Character.isJavaldentifierStart(ch)); System.out.println("ch isLetter? " +

Character.isLetter(ch)); System.out.println("ch isLetterOrDigit? " +

Character.isLetterOrDigit(ch)); System.out.println("ch isLowerCase? " +

Character.isLowerCase(ch)); System.out.println("ch isSpaceChar? " +

Character.isSpaceChar(ch)); System.out.println("ch isTitleCase? " +

Character.isTitleCase(ch)); System.out.println("ch isUnicodeldentifierPart? " +

Character.isUnicodeldentifierPart(ch)); System.out.println("ch isUnicodeldentifierStart? " +

Character.isUnicodeldentifierStart(ch)); System.out.println("ch isUpperCase? " +

Character.isUpperCase(ch)); System.out.println("ch isWhitespace? " +

Character.isWhitespace(ch)); } }

Character Subset UnicodeBlock,

Unicode i , inputSubset, f g

Subset, . 5.2. . 'f

( Unicode.

Соседние файлы в предмете [НЕСОРТИРОВАННОЕ]