C# 클래스 CodeJam._2014.Round2.BuildingIndexes

파일 보기 프로젝트 열기: eric7237cire/CodeJam

공개 프로퍼티들

프로퍼티 타입 설명
X0 SortedSet
X1 SortedSet
Y0 SortedSet
Y1 SortedSet

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( Building b ) : void
b Building
리턴 void

BuildingIndexes() 공개 메소드

public BuildingIndexes ( ) : System
리턴 System

GetViewFromX0() 공개 메소드

public GetViewFromX0 ( int lowerInc ) : SortedSet
lowerInc int
리턴 SortedSet

GetViewFromX1() 공개 메소드

public GetViewFromX1 ( int lowerInc ) : SortedSet
lowerInc int
리턴 SortedSet

GetViewFromY0() 공개 메소드

public GetViewFromY0 ( int lowerInc ) : SortedSet
lowerInc int
리턴 SortedSet

GetViewFromY1() 공개 메소드

public GetViewFromY1 ( int lowerInc ) : SortedSet
lowerInc int
리턴 SortedSet

GetViewUpToX0() 공개 메소드

public GetViewUpToX0 ( int upperInc ) : SortedSet
upperInc int
리턴 SortedSet

GetViewUpToX1() 공개 메소드

public GetViewUpToX1 ( int upperInc ) : SortedSet
upperInc int
리턴 SortedSet

GetViewUpToY0() 공개 메소드

public GetViewUpToY0 ( int upperInc ) : SortedSet
upperInc int
리턴 SortedSet

GetViewUpToY1() 공개 메소드

public GetViewUpToY1 ( int upperInc ) : SortedSet
upperInc int
리턴 SortedSet

Remove() 공개 메소드

public Remove ( Building b ) : void
b Building
리턴 void

프로퍼티 상세

X0 공개적으로 프로퍼티

public SortedSet X0
리턴 SortedSet

X1 공개적으로 프로퍼티

public SortedSet X1
리턴 SortedSet

Y0 공개적으로 프로퍼티

public SortedSet Y0
리턴 SortedSet

Y1 공개적으로 프로퍼티

public SortedSet Y1
리턴 SortedSet