Skip to content

Instantly share code, notes, and snippets.

@eranharel
Created June 9, 2011 09:07
Show Gist options
  • Save eranharel/1016391 to your computer and use it in GitHub Desktop.
Save eranharel/1016391 to your computer and use it in GitHub Desktop.
Hebrew unicode Java class
/**
* המחלקה העברית הראשונה
* @author Eran Harel
*/
public final class מחלקה_סגורה {
int שלם = 1;
// בנאי
public מחלקה_סגורה() {
System.out.println("מאותחל");
}
public void מתודה(final Object ארגומנט) {
System.out.println("ארגומנט=" + ארגומנט);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment