public class Device extends Object
a class that represents a device in linux.
int
major
minor
Device(int major, int minor)
Device(String str)
boolean
equals(Object obj)
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final int major
public final int minor
public Device(int major, int minor)
public Device(String str)
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright © 2022 The Apache Software Foundation. All rights reserved.