C# Class CodeJam._2014.Round2.BuildingIndexes

Afficher le fichier Open project: eric7237cire/CodeJam

Méthodes publiques

Свойство Type Description
X0 SortedSet
X1 SortedSet
Y0 SortedSet
Y1 SortedSet

Méthodes publiques

Méthode Description
Add ( Building b ) : void
BuildingIndexes ( ) : System
GetViewFromX0 ( int lowerInc ) : SortedSet
GetViewFromX1 ( int lowerInc ) : SortedSet
GetViewFromY0 ( int lowerInc ) : SortedSet
GetViewFromY1 ( int lowerInc ) : SortedSet
GetViewUpToX0 ( int upperInc ) : SortedSet
GetViewUpToX1 ( int upperInc ) : SortedSet
GetViewUpToY0 ( int upperInc ) : SortedSet
GetViewUpToY1 ( int upperInc ) : SortedSet
Remove ( Building b ) : void

Method Details

Add() public méthode

public Add ( Building b ) : void
b Building
Résultat void

BuildingIndexes() public méthode

public BuildingIndexes ( ) : System
Résultat System

GetViewFromX0() public méthode

public GetViewFromX0 ( int lowerInc ) : SortedSet
lowerInc int
Résultat SortedSet

GetViewFromX1() public méthode

public GetViewFromX1 ( int lowerInc ) : SortedSet
lowerInc int
Résultat SortedSet

GetViewFromY0() public méthode

public GetViewFromY0 ( int lowerInc ) : SortedSet
lowerInc int
Résultat SortedSet

GetViewFromY1() public méthode

public GetViewFromY1 ( int lowerInc ) : SortedSet
lowerInc int
Résultat SortedSet

GetViewUpToX0() public méthode

public GetViewUpToX0 ( int upperInc ) : SortedSet
upperInc int
Résultat SortedSet

GetViewUpToX1() public méthode

public GetViewUpToX1 ( int upperInc ) : SortedSet
upperInc int
Résultat SortedSet

GetViewUpToY0() public méthode

public GetViewUpToY0 ( int upperInc ) : SortedSet
upperInc int
Résultat SortedSet

GetViewUpToY1() public méthode

public GetViewUpToY1 ( int upperInc ) : SortedSet
upperInc int
Résultat SortedSet

Remove() public méthode

public Remove ( Building b ) : void
b Building
Résultat void

Property Details

X0 public_oe property

public SortedSet X0
Résultat SortedSet

X1 public_oe property

public SortedSet X1
Résultat SortedSet

Y0 public_oe property

public SortedSet Y0
Résultat SortedSet

Y1 public_oe property

public SortedSet Y1
Résultat SortedSet