Skip to content

Commit 486f0b3

Browse files
Update README.md
1 parent 161c278 commit 486f0b3

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,29 @@ sequenceDiagram
684684
It returns the Floor value of the Float Value ,entered in the Floor function.
685685
````
686686

687+
<li><h3><a href= "https://github.com/AvinandanBose/JavaCollectionFramework/blob/main/TreeSetDemo13.java" >Higher And Lower</a></h3></li>
688+
689+
```Syntax
690+
It takes Float value in the Function.
691+
692+
:Higher:
693+
----------------
694+
Higher Func: Returns the greatest element in the Set corresponding to the number set in Higher Function.
695+
Where, the number set in the Function must be present in the given set.
696+
Set: [50.58 , 20.78, 30.65, 10.78, 50.98, 60.6530.65) ]
697+
Higher: set.higher(30.65) = 50.58
698+
699+
700+
:Lower:
701+
----------------
702+
Lower Func: Returns the lowest element in the Set corresponding to the number set in Lower Function.
703+
Where, the number set in the Function must be present in the given set.
704+
Set: [50.58 , 20.78, 30.65, 10.78, 50.98, 60.6530.65) ]
705+
Lower: set.lower(30.65) = 20.78
706+
707+
````
708+
709+
<h2> </h2>
687710
<li><h3><a href= "https://github.com/AvinandanBose/JavaCollectionFramework/blob/main/TreeSetDemo6.java" >Sub Set[Sorted Set Interface]</a></h3></li>
688711
689712
```Syntax
@@ -776,7 +799,7 @@ Implemented From : java.util.NavigableSet
776799
IT will return set: [1,2,3,4,5,6]
777800
778801
````
779-
802+
<h2> </h2>
780803
</ul>
781804
782805
</ul>

0 commit comments

Comments
 (0)