Private Methode in der Schnittstelle Java
used in java 9 and later
Private method can be used only inside interface and other static
and non-static interface methods.
coder